Skip to content

Commit 91fefb7

Browse files
Update src/wp-content/themes/twentynineteen/inc/icon-functions.php
Co-authored-by: Stephen A. Bernhardt <[email protected]>
1 parent 8b04def commit 91fefb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/wp-content/themes/twentynineteen/inc/icon-functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ function twentynineteen_add_dropdown_icons( $item_output, $item, $depth, $args )
8181
// @todo Only do this for nested submenus? If on a first-level submenu, then really the link could be "#" since the desire is to remove the target entirely.
8282
$link = sprintf(
8383
'<button class="menu-item-link-return" tabindex="-1" aria-label="%s">%s',
84+
/* translators: %s: Parent menu item name. */
8485
esc_attr( sprintf( __( 'Return to %s', 'twentynineteen' ), $item->title ) ),
8586
twentynineteen_get_icon_svg( 'chevron_left', 24 )
8687
);

0 commit comments

Comments
 (0)