presentations/taking-flight-with-tailwind-css/demo/wordcamp-bristol-2019/wp-admin/ms-sites.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
230 B
PHP
Raw Normal View History

2019-03-12 09:27:46 +00:00
<?php
/**
* Multisite sites administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.0.0
*/
require_once( dirname( __FILE__ ) . '/admin.php' );
2019-04-16 20:56:22 +01:00
wp_redirect( network_admin_url( 'sites.php' ) );
2019-03-12 09:27:46 +00:00
exit;