Make WordPress Core


Ignore:
Timestamp:
07/09/2016 01:59:16 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix minor formatting and syntax for wp-admin/* elements introduced in 4.6.

See #37318.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-posts-list-table.php

    r37890 r38024  
    420420     * @global int $cat Currently selected category.
    421421     *
    422      * @param string $post_type The Post Type.
     422     * @param string $post_type Post type slug.
    423423     */
    424424    protected function categories_dropdown( $post_type ) {
     
    431431         *
    432432         * @param bool   $disable   Whether to disable the categories drop-down. Default false.
    433          * @param string $post_type The post type.
     433         * @param string $post_type Post type slug.
    434434         */
    435435        if ( false !== apply_filters( 'disable_categories_dropdown', false, $post_type ) ) {
Note: See TracChangeset for help on using the changeset viewer.