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
This commit is contained in:
John Blackbourn 2015-12-14 02:02:27 +00:00
parent fa80eb011f
commit e059193943
2 changed files with 1 additions and 2 deletions

View File

@ -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(

View File

@ -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.