X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-content/themes/twentysixteen/inc/template-tags.php diff --git a/wp-content/themes/twentysixteen/inc/template-tags.php b/wp-content/themes/twentysixteen/inc/template-tags.php index 2a010ac7..eb872030 100644 --- a/wp-content/themes/twentysixteen/inc/template-tags.php +++ b/wp-content/themes/twentysixteen/inc/template-tags.php @@ -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. * @@ -220,6 +221,7 @@ function twentysixteen_categorized_blog() { return false; } } +endif; /** * Flushes out the transients used in twentysixteen_categorized_blog().