Updates: Tweak the "before updating, please back up..." message.

Props chetan200891, sebastien@thivinfo.com.
See #43790.



git-svn-id: https://develop.svn.wordpress.org/trunk@44596 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-15 05:19:59 +00:00
parent e8781736ed
commit 65d6dd18b9
1 changed files with 1 additions and 1 deletions

View File

@ -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">';