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]. Built from https://develop.svn.wordpress.org/branches/4.7@39476 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f012d52928
commit
e918433445
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-RC2-39474';
|
||||
$wp_version = '4.7-RC2-39476';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue