Docs: Correct @since and @access tags for WP_Term_Query::get_terms() and WP_Term_Query::parse_orderby_meta().

Props keesiemeijer.
Fixes #39467.
Built from https://develop.svn.wordpress.org/trunk@39675


git-svn-id: http://core.svn.wordpress.org/trunk@39615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-01-04 13:39:43 +00:00
parent 868f642cc1
commit 64bb76d122
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-39674';
$wp_version = '4.8-alpha-39675';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.