Docs: Correct duplicate hook reference for `get_terms`.
See #33369. Built from https://develop.svn.wordpress.org/trunk@35319 git-svn-id: http://core.svn.wordpress.org/trunk@35285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
de881c4a97
commit
1025e22303
|
@ -1510,7 +1510,7 @@ function get_terms( $taxonomies, $args = '' ) {
|
|||
$terms = array_map( 'get_term', $terms );
|
||||
}
|
||||
|
||||
/** This filter is documented in wp-includes/taxonomy */
|
||||
/** This filter is documented in wp-includes/taxonomy-functions.php */
|
||||
return apply_filters( 'get_terms', $terms, $taxonomies, $args );
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-35318';
|
||||
$wp_version = '4.4-alpha-35319';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue