ms-themes.php 230 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 <?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;