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.