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:
Gary Pendergast 2019-01-15 05:20:50 +00:00
parent 4de7979b25
commit db696999f1
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ function core_upgrade_preamble() {
echo '</h2>'; echo '</h2>';
} else { } else {
echo '<div class="notice notice-warning"><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>';
echo '<h2 class="response">'; echo '<h2 class="response">';

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.