Ticket #11466: 11466.diff
File 11466.diff, 503 bytes (added by , 15 years ago) |
---|
-
wp-admin/update-core.php
101 101 <?php screen_icon(); ?> 102 102 <h2><?php _e('Upgrade WordPress'); ?></h2> 103 103 <?php 104 do_action('pre_core_upgrade_preamble'); 104 105 if ( !isset($updates[0]->response) || 'latest' == $updates[0]->response ) { 105 106 echo '<h3>'; 106 107 _e('You have the latest version of WordPress. You do not need to upgrade');