Changeset 52551 for trunk/src/wp-includes/blocks/navigation-submenu.php
- Timestamp:
- 01/11/2022 03:11:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation-submenu.php
r52402 r52551 192 192 /* translators: Accessibility text. %s: Parent page title. */ 193 193 __( '%s submenu' ), 194 $label194 wp_strip_all_tags( $label ) 195 195 ); 196 196 … … 232 232 if ( $show_submenu_indicators ) { 233 233 // The submenu icon is rendered in a button here 234 // so that there's a clickable el ment to open the submenu.234 // so that there's a clickable element to open the submenu. 235 235 $html .= '<button aria-label="' . $aria_label . '" class="wp-block-navigation__submenu-icon wp-block-navigation-submenu__toggle" aria-expanded="false">' . block_core_navigation_submenu_render_submenu_icon() . '</button>'; 236 236 }
Note: See TracChangeset
for help on using the changeset viewer.