summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin')
-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() ) : ?>