Changeset 25924 for branches/3.7/src
- Timestamp:
- 10/26/2013 02:54:21 AM (13 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 25923
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/category-template.php
r25662 r25924 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.