From f1793b308acbd7400f05e99ac0785daa1d0a8fb1 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 31 Mar 2010 08:16:57 +0000 Subject: [PATCH] Add link to Updating WordPress codex page. props mrmist, fixes #11280. git-svn-id: http://svn.automattic.com/wordpress/trunk@13898 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 4740bd3b1..9a8ba5ca0 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -131,7 +131,7 @@ function core_upgrade_preamble() { echo ''; } else { echo '

'; - _e('Important: before updating, please backup your database and files.'); + _e('Important: before updating, please backup your database and files. For help with updates, visit the Updating WordPress Codex page.'); echo '

'; echo '

';