Add a changelog entry for the `$resource_type` parameter added to the `get_ancestors` filter in 4.1.1.
Props dimadin. See #31925. Built from https://develop.svn.wordpress.org/trunk@32351 git-svn-id: http://core.svn.wordpress.org/trunk@32322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cbd07f213d
commit
a3b092843b
|
@ -4672,7 +4672,7 @@ function get_ancestors( $object_id = 0, $object_type = '', $resource_type = '' )
|
|||
* Filter a given object's ancestors.
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @since 4.1.0 Introduced the `$resource_type` parameter.
|
||||
* @since 4.1.1 Introduced the `$resource_type` parameter.
|
||||
*
|
||||
* @param array $ancestors An array of object ancestors.
|
||||
* @param int $object_id Object ID.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32350';
|
||||
$wp_version = '4.3-alpha-32351';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue