Completed
Push — master ( f28081...a9d059 )
by SILENT
02:27
created
inc/template-tags.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
 /**
130 130
  * Returns true if a blog has more than 1 category.
131 131
  *
132
- * @return bool
132
+ * @return boolean|null
133 133
  */
134 134
 function strip_categorized_blog() {
135 135
 	if ( false === ( $all_the_cool_cats = get_transient( 'strip_categories' ) ) ) {
Please login to merge, or discard this patch.