Changeset 38875 for trunk/src/wp-content/themes/twentyseventeen/footer.php
- Timestamp:
- 10/23/2016 12:28:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/footer.php
r38874 r38875 20 20 <div class="wrap"> 21 21 <?php 22 get_template_part( ' components/footer/footer', 'widgets' );22 get_template_part( 'template-parts/footer/footer', 'widgets' ); 23 23 24 24 if ( has_nav_menu( 'social' ) ) : ?> … … 36 36 <?php endif; 37 37 38 get_template_part( ' components/footer/site', 'info' );38 get_template_part( 'template-parts/footer/site', 'info' ); 39 39 ?> 40 40 </div><!-- .wrap -->
Note: See TracChangeset
for help on using the changeset viewer.