BIHomeWP/wp-admin/ms-themes.php
2020-02-13 10:39:37 +07:00

14 lines
232 B
PHP

<?php
/**
* Multisite themes administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.0.0
*/
require_once( dirname( __FILE__ ) . '/admin.php' );
wp_redirect( network_admin_url( 'themes.php' ) );
exit;