Ticket #8200: one-dimissed-updates-list.diff
File one-dimissed-updates-list.diff, 569 bytes (added by , 17 years ago) |
---|
-
wp-admin/update-core.php
96 96 echo '<h3>'; 97 97 _e('You have the latest version of WordPress. You do not need to upgrade'); 98 98 echo '</h3>'; 99 dismissed_updates();100 echo '</div>';101 99 } else { 102 100 echo '<div class="updated fade"><p>'; 103 101 _e('<strong>Important:</strong> before upgrading, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>.');