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:
azaozz
2009-12-26 09:00:58 +00:00
parent b3871f9247
commit 4134133d53
27 changed files with 43 additions and 43 deletions

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>';