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:
parent
d904eeb08a
commit
e742a17240
|
@ -220,7 +220,7 @@ class WP_Term_Query {
|
||||||
/**
|
/**
|
||||||
* Filters the terms query default arguments.
|
* 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
|
* @since 4.4.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue