From e059193943b3f932df4bbd0d528a39e505e264c0 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 14 Dec 2015 02:02:27 +0000 Subject: [PATCH] Remove a redundant `@param` tag from `the_taxonomies()`. See #32246 Built from https://develop.svn.wordpress.org/trunk@35906 git-svn-id: http://core.svn.wordpress.org/trunk@35870 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 0a0fe7188d..3029732469 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -4410,7 +4410,6 @@ function get_term_link( $term, $taxonomy = '' ) { * @type string $sep Separates each taxonomy. Default is a space. * @type string $after Displays after the taxonomies. Default empty string. * } - * @param array $args See {@link get_the_taxonomies()} for a description of arguments and their defaults. */ function the_taxonomies( $args = array() ) { $defaults = array( diff --git a/wp-includes/version.php b/wp-includes/version.php index d9cf3a7c1b..e3661041e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35905'; +$wp_version = '4.5-alpha-35906'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.