diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php --- a/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php Fri Sep 05 18:40:08 2025 +0200 @@ -50,11 +50,11 @@ printf( /* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */ _x( '(If you plan to use a menu widget%3$s, skip this step.)', 'menu locations' ), - __( 'https://wordpress.org/support/article/wordpress-widgets/' ), + __( 'https://wordpress.org/documentation/article/manage-wordpress-widgets/' ), ' class="external-link" target="_blank"', sprintf( ' %s', - /* translators: Accessibility text. */ + /* translators: Hidden accessibility text. */ __( '(opens in a new tab)' ) ) );