Docs: Correct function name in `get_terms_args` parameter description.
See #33369. git-svn-id: https://develop.svn.wordpress.org/trunk@35320 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
892cef6da5
commit
7b81e1e56c
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue