Make WordPress Core

Ticket #14764: 14764.patch

File 14764.patch, 454 bytes (added by simontaotw, 14 years ago)
  • wp-admin/update-core.php

     
    138138                _e( 'An updated version of WordPress is available.' );
    139139                echo '</h3>';
    140140        }
     141        echo '<a href="' . esc_url('update-core.php') . '" class="button">' . __('Check Again') . '</a>&nbsp;';
    141142
    142143        echo '<ul class="core-updates">';
    143144        $alternate = true;