From 65d6dd18b918e173ac5664481203f155838d9546 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 15 Jan 2019 05:19:59 +0000 Subject: [PATCH] Updates: Tweak the "before updating, please back up..." message. Props chetan200891, sebastien@thivinfo.com. See #43790. git-svn-id: https://develop.svn.wordpress.org/trunk@44596 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index 78e5929bf4..3d7778863a 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -198,7 +198,7 @@ function core_upgrade_preamble() { echo ''; } else { echo '

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

'; echo '

';