Make WordPress Core


Ignore:
Timestamp:
10/23/2016 12:28:27 PM (8 years ago)
Author:
karmatosed
Message:

Twenty Seventeen: Renaming of directory structure

This changes components directory to be called template-parts. Changes reflected in all files that call those sections.

Props bronsonquick, dd32

Fixes #38375

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/footer.php

    r38874 r38875  
    2020        <div class="wrap">
    2121            <?php
    22             get_template_part( 'components/footer/footer', 'widgets' );
     22            get_template_part( 'template-parts/footer/footer', 'widgets' );
    2323
    2424            if ( has_nav_menu( 'social' ) ) : ?>
     
    3636            <?php endif;
    3737
    38             get_template_part( 'components/footer/site', 'info' );
     38            get_template_part( 'template-parts/footer/site', 'info' );
    3939            ?>
    4040        </div><!-- .wrap -->
Note: See TracChangeset for help on using the changeset viewer.