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
This commit is contained in:
parent
a366c4fde3
commit
bc4e0a1c4e
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user