Make WordPress Core

Ticket #11280: update-core.patch

File update-core.patch, 767 bytes (added by mrmist, 15 years ago)

update core link to codex

  • wp-admin/update-core.php

     
    131131                echo '</h3>';
    132132        } else {
    133133                echo '<div class="updated"><p>';
    134                 _e('<strong>Important:</strong> before updating, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>.');
     134                _e('<strong>Important:</strong> before updating, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>.  For help with updates, visit the <a href="http://codex.wordpress.org/Updating_WordPress">Updating WordPress Codex page</a>.');
    135135                echo '</p></div>';
    136136
    137137                echo '<h3 class="response">';