]> scripts.mit.edu Git - autoinstallsdev/wordpress.git/blobdiff - wp-content/themes/twentysixteen/inc/template-tags.php
Wordpress 4.6
[autoinstallsdev/wordpress.git] / wp-content / themes / twentysixteen / inc / template-tags.php
index 2a010ac771199cf925496d40950b829ba6b644bb..eb87203062ee408190abcadd2ce09090ccb383e0 100644 (file)
@@ -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().