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

git-svn-id: http://svn.automattic.com/wordpress/trunk@9253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-10-20 17:32:45 +00:00
parent 14aeedc5ef
commit 45b8a2b4cd
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?');