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:
Sergey Biryukov 2018-07-17 16:25:26 +00:00
parent 172aa4aa3e
commit df49ab8363
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.