From 6ad29de92a711c4b61cef26a6fae45313f027ded Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 22 Oct 2008 16:41:01 +0000 Subject: [PATCH] Update backup link. Props MichaelH . fixes #7899 git-svn-id: http://svn.automattic.com/wordpress/trunk@9279 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 b1cd1b35b..5f5846a24 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');