Make WordPress Core


Ignore:
Timestamp:
01/25/2016 05:10:57 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix parameter documentation ordering in the hook docs for the register_taxonomy_args filter.

See #32246.

File:
1 edited

Legend:

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

    r36377 r36391  
    354354     *
    355355     * @param array  $args        Array of arguments for registering a taxonomy.
     356     * @param string $taxonomy    Taxonomy key.
    356357     * @param array  $object_type Array of names of object types for the taxonomy.
    357      * @param string $taxonomy    Taxonomy key.
    358358     */
    359359    $args = apply_filters( 'register_taxonomy_args', $args, $taxonomy, (array) $object_type );
Note: See TracChangeset for help on using the changeset viewer.