From 2e63fcbfd6a4f305fc61d27fc882e3597ffeda6d Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@13898 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 4740bd3b13..9a8ba5ca0a 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 '

';