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 '

';