From 9d9fbf6a5b2d8830f1929d8edb840d3370736d8a Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 5 May 2015 02:16:58 +0000 Subject: [PATCH] Add a changelog entry for the `$resource_type` parameter added to the `get_ancestors` filter in 4.1.1. Props dimadin. See #31925. git-svn-id: https://develop.svn.wordpress.org/trunk@32351 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 7a6954f028..043454c9d9 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -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.