From 6d1e0f0704e559ae8150fb965965a47343b65fda Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 21 May 2015 18:09:46 +0000 Subject: [PATCH] Updates: Use the warning color for the backup notice, as it's not a success message. props paulwilde. fixes #32241. git-svn-id: https://develop.svn.wordpress.org/trunk@32522 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 a8eb7f51e0..e6b9b0cc06 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -162,7 +162,7 @@ function core_upgrade_preamble() { } echo ''; } else { - echo '

'; + echo '

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

';