Add link to Updating WordPress codex page. props mrmist, fixes #11280.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4c5ce060ac
commit
f1793b308a
|
@ -131,7 +131,7 @@ function core_upgrade_preamble() {
|
|||
echo '</h3>';
|
||||
} else {
|
||||
echo '<div class="updated"><p>';
|
||||
_e('<strong>Important:</strong> before updating, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>.');
|
||||
_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>.');
|
||||
echo '</p></div>';
|
||||
|
||||
echo '<h3 class="response">';
|
||||
|
|
Loading…
Reference in New Issue