Updates: Tweak the "before updating, please back up..." message.
Props chetan200891, sebastien@thivinfo.com. See #43790. Built from https://develop.svn.wordpress.org/trunk@44596 git-svn-id: http://core.svn.wordpress.org/trunk@44427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4de7979b25
commit
db696999f1
|
@ -198,7 +198,7 @@ function core_upgrade_preamble() {
|
|||
echo '</h2>';
|
||||
} else {
|
||||
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 '<h2 class="response">';
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-beta1-44595';
|
||||
$wp_version = '5.1-beta1-44596';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue