Changes from branches/3.1/wp-includes/category-template.php at r17444 to trunk/wp-includes/category-template.php at r18268
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r17444 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 } … … 1065 1065 * Retrieve the terms of the taxonomy that are attached to the post. 1066 1066 * 1067 * This function can only be used within the loop.1068 *1069 1067 * @since 2.5.0 1070 1068 *
Note: See TracChangeset
for help on using the changeset viewer.