Show dismissed update list only once. Props nbachiyski. fixes #8200

git-svn-id: http://svn.automattic.com/wordpress/trunk@9670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-13 21:12:01 +00:00
parent 369fe8d11f
commit 9e8fc2fd97
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ function core_upgrade_preamble() {
echo '<h3>';
_e('You have the latest version of WordPress. You do not need to upgrade');
echo '</h3>';
dismissed_updates();
echo '</div>';
} else {
echo '<div class="updated fade"><p>';
_e('<strong>Important:</strong> before upgrading, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>.');