From 0d579c5a62197abc69cd654a0ddc8699fdb50ab9 Mon Sep 17 00:00:00 2001
From: Ryan Boren
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: https://develop.svn.wordpress.org/trunk@9258 602fd350-edb4-49c9-b593-d223f7449a82
---
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 e53cb0f99c..b1cd1b35b6 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?');