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

git-svn-id: https://develop.svn.wordpress.org/trunk@9670 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-13 21:12:01 +00:00
parent cbc9efcf9d
commit 68e4a7618f
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>.');