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:
parent
369fe8d11f
commit
9e8fc2fd97
|
@ -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>.');
|
||||
|
|
Loading…
Reference in New Issue