Changeset 34624
- Timestamp:
- 09/27/2015 02:16:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r34420 r34624 92 92 * 93 93 * @since 3.1.0 94 * @since 4.4.0 Added `$id` parameter. 94 95 * 95 96 * @param array $categories An array of categories to return for the post. 97 * @param int $id ID of the post. 96 98 */ 97 return apply_filters( 'get_the_categories', $categories );99 return apply_filters( 'get_the_categories', $categories, $id ); 98 100 } 99 101
Note: See TracChangeset
for help on using the changeset viewer.