From f747c7343585facef870ed27cbb01f361d446261 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 20 Oct 2008 17:32:45 +0000 Subject: [PATCH] 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 --- wp-admin/update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/update.php b/wp-admin/update.php index 0a561e4325..e53cb0f99c 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -142,10 +142,10 @@ function core_upgrade_preamble() { } echo '

'; - _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 backup your blog.'); echo '

'; - echo '

' . __('Backup') . '

'; + echo '

' . __('How To Backup Your Blog') . '

'; 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?');