From fc0a79914946dac00ccd51b1aacffe267de7210e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:51:22 +0200 Subject: Merging upstream version 6.6.1+dfsg1. Signed-off-by: Daniel Baumann --- wp-admin/update-core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-admin/update-core.php') diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 80fbd53..3e48bae 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -258,7 +258,7 @@ function core_upgrade_preamble() { $message = sprintf( /* translators: 1: Documentation on WordPress backups, 2: Documentation on updating WordPress. */ __( 'Important: Before updating, please back up your database and files. For help with updates, visit the Updating WordPress documentation page.' ), - __( 'https://wordpress.org/documentation/article/wordpress-backups/' ), + __( 'https://developer.wordpress.org/advanced-administration/security/backup/' ), __( 'https://wordpress.org/documentation/article/updating-wordpress/' ) ); wp_admin_notice( @@ -1045,7 +1045,7 @@ if ( current_user_can( 'update_themes' ) || current_user_can( 'update_plugins' ) ) ); - $help_sidebar_rollback = '

' . __( 'Common Errors' ) . '

'; + $help_sidebar_rollback = '

' . __( 'Common Errors' ) . '

'; } get_current_screen()->set_help_sidebar( -- cgit v1.2.3