wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- a/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php	Mon Oct 14 18:28:13 2019 +0200
@@ -11,6 +11,8 @@
  * Customize Nav Menu Locations Control Class.
  *
  * @since 4.9.0
+ *
+ * @see WP_Customize_Control
  */
 class WP_Customize_Nav_Menu_Locations_Control extends WP_Customize_Control {
 
@@ -51,9 +53,10 @@
 									_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' ),
 									' class="external-link" target="_blank"',
-									sprintf( '<span class="screen-reader-text"> %s</span>',
+									sprintf(
+										'<span class="screen-reader-text"> %s</span>',
 										/* translators: accessibility text */
-										__( '(opens in a new window)' )
+										__( '(opens in a new tab)' )
 									)
 								);
 								?>
@@ -73,8 +76,9 @@
 								<?php echo $description; ?>
 								<span class="theme-location-set">
 									<?php
-									/* translators: %s: menu name */
-									printf( _x( '(Current: %s)', 'menu location' ),
+									printf(
+										/* translators: %s: menu name */
+										_x( '(Current: %s)', 'menu location' ),
 										'<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>'
 									);
 									?>