Remove references to the old .fade class for message divs.

git-svn-id: https://develop.svn.wordpress.org/trunk@14039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-04-08 03:36:52 +00:00
parent 67dbb82d69
commit 8fa7ed4573
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ wp_enqueue_script( 'theme-preview' );
require_once('admin-header.php');
if ( is_multisite() && current_user_can('edit_themes') ) {
?><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
?><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
}
?>