Changeset 45932 for trunk/src/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php
r45677 r45932 50 50 <?php 51 51 printf( 52 /* translators: 1: Documentation URL, 2: additional link attributes, 3: accessibility text*/52 /* translators: 1: Documentation URL, 2: Additional link attributes, 3: Accessibility text. */ 53 53 _x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ), 54 54 __( 'https://wordpress.org/support/article/wordpress-widgets/' ), … … 56 56 sprintf( 57 57 '<span class="screen-reader-text"> %s</span>', 58 /* translators: accessibility text*/58 /* translators: Accessibility text. */ 59 59 __( '(opens in a new tab)' ) 60 60 ) … … 78 78 <?php 79 79 printf( 80 /* translators: %s: menu name*/80 /* translators: %s: Menu name. */ 81 81 _x( '(Current: %s)', 'menu location' ), 82 82 '<span class="current-menu-location-name-' . esc_attr( $location ) . '"></span>'
Note: See TracChangeset
for help on using the changeset viewer.