Skip to content
This repository was archived by the owner on May 23, 2018. It is now read-only.

Make twentysixteen_categorized_blog pluggable #449

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ function twentysixteen_excerpt_more() {
add_filter( 'excerpt_more', 'twentysixteen_excerpt_more' );
endif;

if ( ! function_exists( 'twentysixteen_categorized_blog' ) ) :
/**
* Determines whether blog/site has more than one category.
*
Expand Down Expand Up @@ -220,6 +221,7 @@ function twentysixteen_categorized_blog() {
return false;
}
}
endif;

/**
* Flushes out the transients used in twentysixteen_categorized_blog().
Expand Down