Link to codex for instructions on backing up the blog instead of suggesting export. see #7899

git-svn-id: https://develop.svn.wordpress.org/trunk@9253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-20 17:32:45 +00:00
parent fd96378b7f
commit f747c73435
1 changed files with 2 additions and 2 deletions

View File

@ -142,10 +142,10 @@ function core_upgrade_preamble() {
}
echo '<p>';
_e('A new version of WordPress is available for upgrade. Before upgrading, please backup your blog. Pressing the Backup button below will create a backup of your blog and prompt you to save that backup to your computer. This sometimes takes a few minutes, so please be patient. After the backup finishes, continue below to upgrade your blog automatically or manually.');
_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 class="button" href="export.php?download=true">' . __('Backup') . '</a></p>';
echo '<p><a href="' . __('http://codex.wordpress.org/Backing_Up_Your_Database') . '">' . __('How To Backup Your Blog') . '</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?');