Changeset 55412 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 02/23/2023 10:36:33 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r55276 r55412 266 266 /* translators: 1: Documentation on WordPress backups, 2: Documentation on updating WordPress. */ 267 267 __( '<strong>Important:</strong> Before updating, please <a href="%1$s">back up your database and files</a>. For help with updates, visit the <a href="%2$s">Updating WordPress</a> documentation page.' ), 268 __( 'https://wordpress.org/ support/article/wordpress-backups/' ),269 __( 'https://wordpress.org/ support/article/updating-wordpress/' )268 __( 'https://wordpress.org/documentation/article/wordpress-backups/' ), 269 __( 'https://wordpress.org/documentation/article/updating-wordpress/' ) 270 270 ); 271 271 echo '</p></div>'; … … 1009 1009 ); 1010 1010 1011 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/ support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>';1011 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 1012 1012 } 1013 1013 1014 1014 get_current_screen()->set_help_sidebar( 1015 1015 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 1016 '<p>' . __( '<a href="https://wordpress.org/ support/article/dashboard-updates-screen/">Documentation on Updating WordPress</a>' ) . '</p>' .1016 '<p>' . __( '<a href="https://wordpress.org/documentation/article/dashboard-updates-screen/">Documentation on Updating WordPress</a>' ) . '</p>' . 1017 1017 $help_sidebar_autoupdates . 1018 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'1018 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 1019 1019 ); 1020 1020
Note: See TracChangeset
for help on using the changeset viewer.