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.