Remove unused .fade CSS class, props nacin, fixes #11628
git-svn-id: http://svn.automattic.com/wordpress/trunk@12546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -329,7 +329,7 @@ require_once( 'admin-header.php' ); ?>
|
||||
<h2><?php echo esc_html( $title ); ?></h2>
|
||||
|
||||
<?php if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) { ?>
|
||||
<div id="message" class="updated fade"><p><?php echo $messages[$_GET['message']]; ?></p></div>
|
||||
<div id="message" class="updated"><p><?php echo $messages[$_GET['message']]; ?></p></div>
|
||||
<?php } ?>
|
||||
<?php if ( isset($_GET['error']) && isset($errors[$_GET['error']]) ) { ?>
|
||||
<div id="message" class="error"><p><?php echo $errors[$_GET['error']]; ?></p></div>
|
||||
|
||||
Reference in New Issue
Block a user