Changeset 30993 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 12/26/2014 09:29:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r30985 r30993 4339 4339 * 4340 4340 * @since 3.1.0 4341 * @since 4.1.0 Introduced the `$resource_type` parameter. 4341 4342 * 4342 4343 * @param array $ancestors An array of object ancestors. … … 4345 4346 * @param string $resource_type Type of resource $object_type is. 4346 4347 */ 4347 return apply_filters( 'get_ancestors', $ancestors, $object_id, $object_type );4348 return apply_filters( 'get_ancestors', $ancestors, $object_id, $object_type, $resource_type ); 4348 4349 } 4349 4350
Note: See TracChangeset
for help on using the changeset viewer.