Make WordPress Core


Ignore:
Timestamp:
10/23/2016 12:22:25 PM (8 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/archive.php

    r38873 r38874  
    3838                 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    3939                 */
    40                 get_template_part( 'template-parts/post/content', get_post_format() );
     40                get_template_part( 'components/post/content', get_post_format() );
    4141
    4242            endwhile;
     
    5050        else :
    5151
    52             get_template_part( 'template-parts/post/content', 'none' );
     52            get_template_part( 'components/post/content', 'none' );
    5353
    5454        endif; ?>
Note: See TracChangeset for help on using the changeset viewer.