Make WordPress Core

Changeset 32003


Ignore:
Timestamp:
04/04/2015 02:12:04 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix Docblock syntax for the taxonomy_parent_dropdown_args filter.

See [30998]. See #31888

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-tags.php

    r31973 r32003  
    483483     *
    484484     * @since 3.7.0
    485      * @since 4.2.0 Added $context parameter.
     485     * @since 4.2.0 Added `$context` parameter.
    486486     *
    487487     * @param array  $dropdown_args {
     
    501501     */
    502502    $dropdown_args = apply_filters( 'taxonomy_parent_dropdown_args', $dropdown_args, $taxonomy, 'new' );
     503
    503504    wp_dropdown_categories( $dropdown_args );
    504505    ?>
Note: See TracChangeset for help on using the changeset viewer.