- Timestamp:
- 10/26/2013 02:53:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r25662 r25923 233 233 */ 234 234 function in_category( $category, $post = null ) { 235 if ( empty( $category ) ) 236 return false; 237 235 238 return has_category( $category, $post ); 236 239 }
Note: See TracChangeset
for help on using the changeset viewer.