diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php
index 5cf2249..0f842af 100644
a
|
b
|
function core_upgrade_preamble() { |
191 | 191 | echo '</h2>'; |
192 | 192 | } else { |
193 | 193 | echo '<div class="notice notice-warning"><p>'; |
194 | | _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.' ); |
| 194 | _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.' ); |
195 | 195 | echo '</p></div>'; |
196 | 196 | |
197 | 197 | echo '<h2 class="response">'; |