changeset 194 | 32102edaa81b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-admin/network/theme-editor.php Mon Nov 19 18:26:13 2012 +0100 @@ -0,0 +1,16 @@ +<?php +/** + * Theme editor network administration panel. + * + * @package WordPress + * @subpackage Multisite + * @since 3.1.0 + */ + +/** Load WordPress Administration Bootstrap */ +require_once( './admin.php' ); + +if ( ! is_multisite() ) + wp_die( __( 'Multisite support is not enabled.' ) ); + +require( '../theme-editor.php' ); \ No newline at end of file