Changeset 18268 for trunk/wp-includes/category-template.php
- Timestamp:
- 06/11/2011 04:40:18 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r18081 r18268 83 83 } 84 84 85 // Filter name is plural because we return alot of categories not just one85 // Filter name is plural because we return alot of categories (possibly more than #13237) not just one 86 86 return apply_filters( 'get_the_categories', $categories ); 87 87 }
Note: See TracChangeset
for help on using the changeset viewer.