Changeset 40311 for trunk/src/wp-content/themes/twentyseventeen/footer.php
- Timestamp:
- 03/22/2017 03:51:07 AM (8 years ago)
- File:
-
- 1 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(
Note: See TracChangeset
for help on using the changeset viewer.