Make WordPress Core


Ignore:
Timestamp:
08/21/2015 04:54:00 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix some minor inline documentation syntax issues in the hook docs for the post_edit_category_parent_dropdown_args filter, introduced in [33682].

See #32246. See #33026.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r33682 r33686  
    522522
    523523                    /**
    524                      * Filters the arguments for the taxonomy parent dropdown on the Post Edit page.
     524                     * Filter the arguments for the taxonomy parent dropdown on the Post Edit page.
    525525                     *
    526526                     * @since 4.4.0
     
    544544                     *                                      taxonomy label.
    545545                     * }
    546                      *
    547546                     */
    548547                    $parent_dropdown_args = apply_filters( 'post_edit_category_parent_dropdown_args', $parent_dropdown_args );
     548
    549549                    wp_dropdown_categories( $parent_dropdown_args );
    550550                    ?>
Note: See TracChangeset for help on using the changeset viewer.