From 248a49c9307bb20c0e0bc81e5644cd61ae21e338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Thu, 21 May 2015 18:10:25 +0000 Subject: [PATCH] Updates: Use the warning color for the backup notice, as it's not a success message. props paulwilde. fixes #32241. Built from https://develop.svn.wordpress.org/trunk@32522 git-svn-id: http://core.svn.wordpress.org/trunk@32492 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update-core.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index a8eb7f51e0..e6b9b0cc06 100644 --- a/wp-admin/update-core.php +++ b/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 '

'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 2a11cb37f2..eb623b197d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32521'; +$wp_version = '4.3-alpha-32522'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.