Ticket #27015: is_category.patch
| File is_category.patch, 479 bytes (added by , 12 years ago) |
|---|
-
wp-includes/query.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
3444 3444 return true; 3445 3445 3446 3446 $cat_obj = $this->get_queried_object(); 3447 if ( is_null( $cat_obj ) ) { 3448 return false; 3449 } 3447 3450 3448 3451 $category = (array) $category; 3449 3452