summaryrefslogtreecommitdiffstats
path: root/wp-admin/themes.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-29 10:22:03 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-29 10:22:03 +0000
commitfd7d4465e730ecbb27e294098f1be070aa4a29dd (patch)
tree99897dadeb9739f2016d0798f0feb60b6a4f2949 /wp-admin/themes.php
parent1da64f2d60f4b5e51370ebcded9fedd2d56e42e8 (diff)
downloadwordpress-mu-fd7d4465e730ecbb27e294098f1be070aa4a29dd.tar.gz
wordpress-mu-fd7d4465e730ecbb27e294098f1be070aa4a29dd.tar.xz
wordpress-mu-fd7d4465e730ecbb27e294098f1be070aa4a29dd.zip
Tell admin that themes must be activated on the admin page first.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@950 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/themes.php')
-rw-r--r--wp-admin/themes.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index 88a668a..9f2c21f 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -55,6 +55,9 @@ if ( isset($_GET['action']) ) {
$title = __('Manage Themes');
$parent_file = 'themes.php';
require_once('admin-header.php');
+if( is_site_admin() ) {
+ ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="wpmu-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php
+}
?>
<?php if ( ! validate_current_theme() ) : ?>