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

See #35381. See #36921.

Built from https://develop.svn.wordpress.org/trunk@37577


git-svn-id: http://core.svn.wordpress.org/trunk@37545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-05-26 15:17:27 +00:00
parent d904eeb08a
commit e742a17240
2 changed files with 2 additions and 2 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
*

View File

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