Make WordPress Core


Ignore:
Timestamp:
12/14/2015 02:01:43 AM (9 years ago)
Author:
johnbillion
Message:

Remove a redundant @param tag from the_taxonomies().

See #32246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r35895 r35906  
    44114411 *     @type  string      $after  Displays after the taxonomies. Default empty string.
    44124412 * }
    4413  * @param array $args See {@link get_the_taxonomies()} for a description of arguments and their defaults.
    44144413 */
    44154414function the_taxonomies( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.