Changeset 45532 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 06/13/2019 04:42:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r45480 r45532 205 205 } 206 206 echo '</h2>'; 207 } else { 207 } 208 209 if ( isset( $updates[0]->version ) && version_compare( $updates[0]->version, $wp_version, '>' ) ) { 208 210 echo '<div class="notice notice-warning"><p>'; 209 211 _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.' );
Note: See TracChangeset
for help on using the changeset viewer.