wp/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    48 							<?php echo _x( 'Where do you want this menu to appear?', 'menu locations' ); ?>
    48 							<?php echo _x( 'Where do you want this menu to appear?', 'menu locations' ); ?>
    49 							<?php
    49 							<?php
    50 							printf(
    50 							printf(
    51 								/* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */
    51 								/* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */
    52 								_x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
    52 								_x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
    53 								__( 'https://wordpress.org/support/article/wordpress-widgets/' ),
    53 								__( 'https://wordpress.org/documentation/article/manage-wordpress-widgets/' ),
    54 								' class="external-link" target="_blank"',
    54 								' class="external-link" target="_blank"',
    55 								sprintf(
    55 								sprintf(
    56 									'<span class="screen-reader-text"> %s</span>',
    56 									'<span class="screen-reader-text"> %s</span>',
    57 									/* translators: Accessibility text. */
    57 									/* translators: Hidden accessibility text. */
    58 									__( '(opens in a new tab)' )
    58 									__( '(opens in a new tab)' )
    59 								)
    59 								)
    60 							);
    60 							);
    61 							?>
    61 							?>
    62 						</p>
    62 						</p>