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

View File

@@ -18,7 +18,7 @@ require_once( './admin-header.php' );
if ( isset( $_GET['updated'] ) ) {
?>
<div id="message" class="updated fade"><p><?php _e( 'Site themes saved.' ) ?></p></div>
<div id="message" class="updated"><p><?php _e( 'Site themes saved.' ) ?></p></div>
<?php
}