From 4a5828fc8fb2891f988924ffb1c496c9e1eccfc7 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Sun, 4 Dec 2016 17:16:23 +0000 Subject: [PATCH] Docs: Update an `@since` as there will not be a 4.6.2 before 4.7. props boonebgorges. fixes #37291 for the 4.7 branch. see [38776]. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39476 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 6342c0f50f..f5c2f38634 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -3019,7 +3019,7 @@ function clean_term_cache($ids, $taxonomy = '', $clean_taxonomy = true) { * function only fetches relationship data that is already in the cache. * * @since 2.3.0 - * @since 4.6.2 Returns a WP_Error object if get_term() returns an error for + * @since 4.7.0 Returns a WP_Error object if get_term() returns an error for * any of the matched terms. * * @param int $id Term object ID.