diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/tools.php --- a/wp/wp-admin/tools.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/tools.php Fri Sep 05 18:40:08 2025 +0200 @@ -53,8 +53,8 @@ get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Tools' ) . '

' . - '

' . __( 'Support' ) . '

' + '

' . __( 'Documentation on Tools' ) . '

' . + '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php';