Make WordPress Core

Ticket #11466: 11466.diff

File 11466.diff, 503 bytes (added by Denis-de-Bernardy, 15 years ago)
  • wp-admin/update-core.php

     
    101101        <?php screen_icon(); ?>
    102102        <h2><?php _e('Upgrade WordPress'); ?></h2>
    103103<?php
     104        do_action('pre_core_upgrade_preamble');
    104105        if ( !isset($updates[0]->response) || 'latest' == $updates[0]->response ) {
    105106                echo '<h3>';
    106107                _e('You have the latest version of WordPress. You do not need to upgrade');