mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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
This commit is contained in:
parent
2dff825af7
commit
248a49c930
@ -162,7 +162,7 @@ function core_upgrade_preamble() {
|
|||||||
}
|
}
|
||||||
echo '</h3>';
|
echo '</h3>';
|
||||||
} else {
|
} 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.');
|
_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>';
|
echo '</p></div>';
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user