Changeset 31084 for branches/4.1
- Timestamp:
- 01/08/2015 06:09:56 AM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-includes/taxonomy.php
r30959 r31084 4337 4337 * 4338 4338 * @since 3.1.0 4339 * @since 4.1.0 Introduced the `$resource_type` parameter. 4339 4340 * 4340 4341 * @param array $ancestors An array of object ancestors. … … 4343 4344 * @param string $resource_type Type of resource $object_type is. 4344 4345 */ 4345 return apply_filters( 'get_ancestors', $ancestors, $object_id, $object_type );4346 return apply_filters( 'get_ancestors', $ancestors, $object_id, $object_type, $resource_type ); 4346 4347 } 4347 4348
Note: See TracChangeset
for help on using the changeset viewer.