From a9fc6fc48fb674039ec74fdf4f067233a2cc89c3 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 20 Oct 2008 21:16:07 +0000 Subject: [PATCH] Link to better codex article for backups. Props MichaelH. see #7899 git-svn-id: http://svn.automattic.com/wordpress/trunk@9258 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update.php b/wp-admin/update.php index e53cb0f99..b1cd1b35b 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -145,7 +145,7 @@ function core_upgrade_preamble() { _e('A new version of WordPress is available for upgrade. Before upgrading, please backup your blog.'); echo '

'; - echo '

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

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