Remove unused .fade CSS class, props nacin, fixes #11628

git-svn-id: https://develop.svn.wordpress.org/trunk@12546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-12-26 09:00:58 +00:00
parent c3f5b583bc
commit 060d9185e6
27 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ function core_upgrade_preamble() {
_e('You have the latest version of WordPress. You do not need to upgrade');
echo '</h3>';
} else {
echo '<div class="updated fade"><p>';
echo '<div class="updated"><p>';
_e('<strong>Important:</strong> before upgrading, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>.');
echo '</p></div>';