diff -r c7c34916027a -r 177826044cd9 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 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 widget%3$s, skip this step.)', 'menu locations' ),
__( 'https://codex.wordpress.org/WordPress_Widgets' ),
' class="external-link" target="_blank"',
- sprintf( ' %s',
+ sprintf(
+ ' %s',
/* translators: accessibility text */
- __( '(opens in a new window)' )
+ __( '(opens in a new tab)' )
)
);
?>
@@ -73,8 +76,9 @@
'
);
?>