Changeset 45674 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r45599 r45674 211 211 if ( isset( $updates[0]->version ) && version_compare( $updates[0]->version, $wp_version, '>' ) ) { 212 212 echo '<div class="notice notice-warning"><p>'; 213 _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> Codexpage.' );213 _e( '<strong>Important:</strong> Before updating, please <a href="https://wordpress.org/support/article/wordpress-backups/">back up your database and files</a>. For help with updates, visit the <a href="https://wordpress.org/support/article/updating-wordpress/">Updating WordPress</a> documentation page.' ); 214 214 echo '</p></div>'; 215 215 … … 665 665 get_current_screen()->set_help_sidebar( 666 666 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 667 '<p>' . __( '<a href="https:// codex.wordpress.org/Dashboard_Updates_Screen">Documentation on Updating WordPress</a>' ) . '</p>' .667 '<p>' . __( '<a href="https://wordpress.org/support/article/dashboard-updates-screen/">Documentation on Updating WordPress</a>' ) . '</p>' . 668 668 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 669 669 );
Note: See TracChangeset
for help on using the changeset viewer.