Docs: Correct function name in `get_terms_args` parameter description.

See #33369.
Built from https://develop.svn.wordpress.org/trunk@35320


git-svn-id: http://core.svn.wordpress.org/trunk@35286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-21 07:42:24 +00:00
parent 1025e22303
commit 6b5e523996
2 changed files with 2 additions and 2 deletions

View File

@ -1110,7 +1110,7 @@ function get_terms( $taxonomies, $args = '' ) {
*
* @since 3.1.0
*
* @param array $args An array of get_term() arguments.
* @param array $args An array of get_terms() arguments.
* @param array $taxonomies An array of taxonomies.
*/
$args = apply_filters( 'get_terms_args', $args, $taxonomies );

View File

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