- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/modal-menu.php
r48861 r51967 46 46 ?> 47 47 48 <nav class="expanded-menu<?php echo esc_attr( $expanded_nav_classes ); ?>" aria-label="<?php echo esc_attr_x( 'Expanded', 'menu', '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' ); ?>"> 49 49 50 50 <ul class="modal-menu reset-list-style"> … … 71 71 ?> 72 72 73 <nav class="mobile-menu" aria-label="<?php echo esc_attr_x( 'Mobile', 'menu', 'twentytwenty' ); ?>" role="navigation">73 <nav class="mobile-menu" aria-label="<?php echo esc_attr_x( 'Mobile', 'menu', 'twentytwenty' ); ?>"> 74 74 75 75 <ul class="modal-menu reset-list-style"> … … 115 115 <?php if ( has_nav_menu( 'social' ) ) { ?> 116 116 117 <nav aria-label="<?php esc_attr_e( 'Expanded Social links', 'twentytwenty' ); ?>" role="navigation">117 <nav aria-label="<?php esc_attr_e( 'Expanded Social links', 'twentytwenty' ); ?>"> 118 118 <ul class="social-menu reset-list-style social-icons fill-children-current-color"> 119 119
Note: See TracChangeset
for help on using the changeset viewer.