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
This commit is contained in:
Helen Hou-Sandi 2015-05-21 18:09:46 +00:00
parent 8bb46554a8
commit 6d1e0f0704
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ function core_upgrade_preamble() {
}
echo '</h3>';
} else {
echo '<div class="updated inline"><p>';
echo '<div class="notice notice-warning"><p>';
_e('<strong>Important:</strong> before updating, please <a href="https://codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="https://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.');
echo '</p></div>';