@@ -129,7 +129,7 @@ |
||
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' ) ) ) { |