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

Location:
trunk/src/wp-content/themes/twentyseventeen/template-parts
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php

    r38833 r38875  
    7474                        <?php
    7575                        while ( $recent_posts->have_posts() ) : $recent_posts->the_post();
    76                             get_template_part( 'components/post/content', 'excerpt' );
     76                            get_template_part( 'template-parts/post/content', 'excerpt' );
    7777                        endwhile;
    7878                        wp_reset_postdata();
Note: See TracChangeset for help on using the changeset viewer.