Changeset 12837 for trunk/wp-admin/themes.php
- Timestamp:
- 01/26/2010 03:27:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r12789 r12837 45 45 require_once('admin-header.php'); 46 46 if ( is_multisite() && current_user_can('edit_themes') ) { 47 ?><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><?php47 ?><div id="message0" class="updated fade"><p><?php _e('Administrator: new themes must be activated in the <a href="ms-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php 48 48 } 49 49 ?>
Note: See TracChangeset
for help on using the changeset viewer.