Merge branch 'gatespace-use-tab-indent'

This commit is contained in:
Philip Arthur Moore 2016-07-26 20:29:40 +07:00
commit f9471cdfb7
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ function _s_infinite_scroll_render() {
while ( have_posts() ) {
the_post();
if ( is_search() ) :
get_template_part( 'template-parts/content', 'search' );
get_template_part( 'template-parts/content', 'search' );
else :
get_template_part( 'template-parts/content', get_post_format() );
get_template_part( 'template-parts/content', get_post_format() );
endif;
}
}

View File

@ -35,7 +35,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
# Clearings
# Widgets
# Content
## Posts and pages
## Posts and pages
## Comments
# Infinite scroll
# Media