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

@@ -3235,7 +3235,7 @@ function settings_errors ( $setting = '', $sanitize = FALSE, $hide_on_update = F
$output = '';
foreach ( $settings_errors as $key => $details ) {
$css_id = 'setting-error-' . $details['code'];
$css_class = $details['type'] . ' fade settings-error';
$css_class = $details['type'] . ' settings-error';
$output .= "<div id='$css_id' class='$css_class'> \n";
$output .= "<p><strong>{$details['message']}</strong></p>";
$output .= "</div> \n";