Changeset 950
- Timestamp:
- 03/29/07 10:22:03 (2 years ago)
- Files:
-
- trunk/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/themes.php
r948 r950 56 56 $parent_file = 'themes.php'; 57 57 require_once('admin-header.php'); 58 if( is_site_admin() ) { 59 ?><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 60 } 58 61 ?> 59 62
