Link to better codex article for backups. Props MichaelH. see #7899

git-svn-id: https://develop.svn.wordpress.org/trunk@9258 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-20 21:16:07 +00:00
parent 783eda9388
commit 0d579c5a62
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function core_upgrade_preamble() {
_e('A new version of WordPress is available for upgrade. Before upgrading, please <a href="http://codex.wordpress.org/Backing_Up_Your_Database">backup your blog</a>.');
echo '</p>';
echo '<p><a href="' . __('http://codex.wordpress.org/Backing_Up_Your_Database') . '">' . __('How To Backup Your Blog') . '</a></p>';
echo '<p><a href="' . __('http://codex.wordpress.org/WordPress_Backups') . '">' . __('How To Backup Your Database and Files') . '</a></p>';
if ( 'development' == $update->response ) {
$message = __('You are using a development version of WordPress. You can upgrade to the latest nightly build automatically or download the nightly build and install it manually. Which would you like to do?');