- Timestamp:
- 08/26/2020 01:33:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/modal-menu.php
r46827 r48861 46 46 ?> 47 47 48 <nav class="expanded-menu<?php echo esc_attr( $expanded_nav_classes ); ?>" aria-label="<?php e sc_attr_e( 'Expanded', 'twentytwenty' ); ?>" role="navigation">48 <nav class="expanded-menu<?php echo esc_attr( $expanded_nav_classes ); ?>" aria-label="<?php echo esc_attr_x( 'Expanded', 'menu', 'twentytwenty' ); ?>" role="navigation"> 49 49 50 50 <ul class="modal-menu reset-list-style"> … … 71 71 ?> 72 72 73 <nav class="mobile-menu" aria-label="<?php e sc_attr_e( 'Mobile', 'twentytwenty' ); ?>" role="navigation">73 <nav class="mobile-menu" aria-label="<?php echo esc_attr_x( 'Mobile', 'menu', 'twentytwenty' ); ?>" role="navigation"> 74 74 75 75 <ul class="modal-menu reset-list-style">
Note: See TracChangeset
for help on using the changeset viewer.