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:
Sergey Biryukov 2015-10-21 07:40:27 +00:00
parent de881c4a97
commit 1025e22303
2 changed files with 2 additions and 2 deletions

View File

@ -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 );
}

View File

@ -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.