Ticket #12034: themes.php.diff
File themes.php.diff, 679 bytes (added by , 15 years ago) |
---|
-
themes.php
44 44 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 ?> 50 50