Changeset 49574 for trunk/src/wp-content/themes/twentytwentyone/footer.php
- Timestamp:
- 11/12/2020 06:34:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/footer.php
r49478 r49574 22 22 23 23 <?php if ( has_nav_menu( 'footer' ) ) : ?> 24 <nav aria-label="<?php esc_attr_e( 'Secondary menu', 'twentytwentyone' ); ?>" class="footer-navigation">24 <nav aria-label="<?php esc_attr_e( 'Secondary Menu', 'twentytwentyone' ); ?>" class="footer-navigation"> 25 25 <ul class="footer-navigation-wrapper"> 26 26 <?php … … 29 29 'theme_location' => 'footer', 30 30 'items_wrap' => '%3$s', 31 'container' => 'false',31 'container' => false, 32 32 'depth' => 1, 33 33 'link_before' => '<span>', 34 34 'link_after' => '</span>', 35 'fallback_cb' => 'false',35 'fallback_cb' => false, 36 36 ) 37 37 );
Note: See TracChangeset
for help on using the changeset viewer.