Make WordPress Core


Ignore:
Timestamp:
10/23/2016 12:22:25 PM (9 years ago)
Author:
karmatosed
Message:

Revert [38873]: Commit does not keep file history due to deleted directory

The last commit to change directory structure for Twenty Seventee, didn't keep the file history so reverting in favour of doing that.

Props Ocean90

File:
1 edited

Legend:

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

    r38873 r38874  
    2525            while ( have_posts() ) : the_post();
    2626
    27                 get_template_part( 'template-parts/page/content', 'page' );
     27                get_template_part( 'components/page/content', 'page' );
    2828
    2929                // If comments are open or we have at least one comment, load up the comment template.
Note: See TracChangeset for help on using the changeset viewer.