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

@@ -24,7 +24,7 @@ require_once( './admin-header.php' );
if ( isset( $_GET['updated'] ) && $_GET['updated'] == 'true' && ! empty( $_GET['action'] ) ) {
?>
<div id="message" class="updated fade"><p>
<div id="message" class="updated"><p>
<?php
switch ( $_GET['action'] ) {
case 'delete':