wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
changeset 16 a86126ab1dd4
parent 9 177826044cd9
child 18 be944660c56a
--- a/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php	Tue Dec 15 13:49:49 2020 +0100
@@ -49,13 +49,13 @@
 							<em class="new-menu-locations-widget-note">
 								<?php
 								printf(
-									/* translators: 1: Codex URL, 2: additional link attributes, 3: accessibility text */
+									/* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */
 									_x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
-									__( 'https://codex.wordpress.org/WordPress_Widgets' ),
+									__( 'https://wordpress.org/support/article/wordpress-widgets/' ),
 									' class="external-link" target="_blank"',
 									sprintf(
 										'<span class="screen-reader-text"> %s</span>',
-										/* translators: accessibility text */
+										/* translators: Accessibility text. */
 										__( '(opens in a new tab)' )
 									)
 								);
@@ -77,7 +77,7 @@
 								<span class="theme-location-set">
 									<?php
 									printf(
-										/* translators: %s: menu name */
+										/* translators: %s: Menu name. */
 										_x( '(Current: %s)', 'menu location' ),
 										'<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>'
 									);