From ea92c4ec2eeca843b671c6b217d33a9490958675 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 22 Oct 2008 16:41:01 +0000 Subject: [PATCH] Update backup link. Props MichaelH . fixes #7899 git-svn-id: https://develop.svn.wordpress.org/trunk@9279 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/update.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/update.php b/wp-admin/update.php index b1cd1b35b6..5f5846a24c 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -142,11 +142,9 @@ function core_upgrade_preamble() { } echo '

'; - _e('A new version of WordPress is available for upgrade. Before upgrading, please backup your blog.'); + _e('A new version of WordPress is available for upgrade. Before upgrading, please backup your database and files.'); echo '

'; - echo '

' . __('How To Backup Your Database and Files') . '

'; - 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?'); $submit = __('Download nightly build');