Docs: Link up a reference to the `get_terms_args` filter in the hook doc for `get_terms_defaults`.

See #35381. See #36921.


git-svn-id: https://develop.svn.wordpress.org/trunk@37577 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-05-26 15:16:26 +00:00
parent e613d97234
commit 08e8157d25
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class WP_Term_Query {
/**
* Filters the terms query default arguments.
*
* Use 'get_terms_args' to filter the passed arguments.
* Use {@see 'get_terms_args'} to filter the passed arguments.
*
* @since 4.4.0
*