Changeset 51967 for trunk/src/wp-content/themes/twentysixteen/footer.php
- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/footer.php
r45604 r51967 15 15 <footer id="colophon" class="site-footer" role="contentinfo"> 16 16 <?php if ( has_nav_menu( 'primary' ) ) : ?> 17 <nav class="main-navigation" role="navigation"aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>">17 <nav class="main-navigation" aria-label="<?php esc_attr_e( 'Footer Primary Menu', 'twentysixteen' ); ?>"> 18 18 <?php 19 19 wp_nav_menu( … … 28 28 29 29 <?php if ( has_nav_menu( 'social' ) ) : ?> 30 <nav class="social-navigation" role="navigation"aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>">30 <nav class="social-navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentysixteen' ); ?>"> 31 31 <?php 32 32 wp_nav_menu(
Note: See TracChangeset
for help on using the changeset viewer.