Skip to content

Commit b015514

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

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
@@ -109,6 +109,7 @@ function twentynineteen_add_dropdown_icons( $item_output, $item, $depth, $args )
109109

110110
$item_output .= sprintf(
111111
'<button class="submenu-expand" tabindex="-1" aria-label="%s">%s</button>',
112+
/* translators: %s: Parent menu item name. */
112113
esc_attr( sprintf( __( 'Expand child menu for %s', 'twentynineteen' ), $item->title ) ),
113114
$icon
114115
);

0 commit comments

Comments
 (0)