- Timestamp:
- 03/22/2017 03:51:07 AM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/footer.php
r38985 r40311 23 23 24 24 if ( has_nav_menu( 'social' ) ) : ?> 25 <nav class="social-navigation" role="navigation" aria-label="<?php _e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>">25 <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>"> 26 26 <?php 27 27 wp_nav_menu( array( -
trunk/src/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php
r39618 r40311 10 10 11 11 ?> 12 <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="<?php _e( 'Top Menu', 'twentyseventeen' ); ?>">12 <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Top Menu', 'twentyseventeen' ); ?>"> 13 13 <button class="menu-toggle" aria-controls="top-menu" aria-expanded="false"> 14 14 <?php
Note: See TracChangeset
for help on using the changeset viewer.