Changeset 14039 for trunk/wp-admin/themes.php
- Timestamp:
- 04/08/2010 03:36:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r14001 r14039 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="ms-themes.php">Themes Admin</a> page before they appear here.'); ?></p></div><?php47 ?><div id="message0" class="updated"><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.