]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/theme-editor.php
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-admin / network / theme-editor.php
diff --git a/wp-admin/network/theme-editor.php b/wp-admin/network/theme-editor.php
new file mode 100644 (file)
index 0000000..f6ac9c2
--- /dev/null
@@ -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