Changeset 43571 for trunk/src/wp-content/themes/twentyseventeen/footer.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/footer.php
r42343 r43571 23 23 24 24 if ( has_nav_menu( 'social' ) ) : 25 ?>25 ?> 26 26 <nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Footer Social Links Menu', 'twentyseventeen' ); ?>"> 27 27 <?php … … 37 37 ?> 38 38 </nav><!-- .social-navigation --> 39 <?php39 <?php 40 40 endif; 41 41
Note: See TracChangeset
for help on using the changeset viewer.