From bc4e0a1c4ef2a47d4a906d8f44367cd9804ad3cc Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 14 Dec 2015 02:01:43 +0000 Subject: [PATCH] Remove a redundant `@param` tag from `the_taxonomies()`. See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@35906 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 0a0fe7188d..3029732469 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/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(