Changeset 4007
- Timestamp:
- 07/10/06 16:11:43 (2 years ago)
- Files:
-
- trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category.php
r3843 r4007 116 116 } 117 117 118 $_category = apply_filters('get_category', $_category); 119 118 120 if ( $output == OBJECT ) { 119 121 return $_category;
