summaryrefslogtreecommitdiffstats
path: root/wp-admin/ms-themes.php
blob: f3d8a38352705f57e8614243490faa4b8b4dce84 (plain)
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 __DIR__ . '/admin.php';

wp_redirect( network_admin_url( 'themes.php' ) );
exit;