From 1025e223036643ec8ae12c241ed898d27a28361d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 21 Oct 2015 07:40:27 +0000 Subject: [PATCH] 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 --- wp-includes/taxonomy-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy-functions.php b/wp-includes/taxonomy-functions.php index 655782d41a..f9c541554c 100644 --- a/wp-includes/taxonomy-functions.php +++ b/wp-includes/taxonomy-functions.php @@ -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 ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 0cc8d9daf0..bf2914e95d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.