mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
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:
@@ -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>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user