Docs: Change `@since` entry for `WP_Term_Query::populate_terms()` added in [43049] to 4.9.8.
See #42691. Built from https://develop.svn.wordpress.org/trunk@43491 git-svn-id: http://core.svn.wordpress.org/trunk@43318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
172aa4aa3e
commit
df49ab8363
|
@ -978,7 +978,7 @@ class WP_Term_Query {
|
|||
*
|
||||
* Also discards invalid term objects.
|
||||
*
|
||||
* @since 5.0.0
|
||||
* @since 4.9.8
|
||||
*
|
||||
* @param array $term_ids Term IDs.
|
||||
* @return array
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-43486';
|
||||
$wp_version = '5.0-alpha-43491';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue