diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 97b8699514..3036e5cf70 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -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 .= "
{$details['message']}
"; $output .= "+
-
+
-
Themes Admin page before they appear here.'); ?>
Themes Admin page before they appear here.'); ?>
' . __('Invitation email sent to new user. A confirmation link must be clicked before their account is created.') . '
' . __('Invitation email sent to new user. A confirmation link must be clicked before their account is created.') . '
' . __('Invitation email sent to user. A confirmation link must be clicked for them to be added to your blog.') . '
' . __('Invitation email sent to user. A confirmation link must be clicked for them to be added to your blog.') . '
' . __('User has been added to your blog.') . '
' . __('User has been added to your blog.') . '
' . __('That user is already a member of this blog.') . '
' . __('That user is already a member of this blog.') . '