Make WordPress Core


Ignore:
Timestamp:
08/03/2017 03:42:45 PM (7 years ago)
Author:
johnbillion
Message:

General: Fix various instances of incorrect filter docs and incorrect filter and action parameters.

Props keesiemeijer for identifying the issues

See #38462

File:
1 edited

Legend:

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

    r41161 r41219  
    17211721                 *
    17221722                 * @param string $column_name Name of the column to edit.
    1723                  * @param string $post_type   The post type slug.
     1723                 * @param string $post_type   The post type slug, or current screen name if this is a taxonomy list table.
     1724                 * @param string taxonomy     The taxonomy name, if any.
    17241725                 */
    1725                 do_action( 'quick_edit_custom_box', $column_name, $screen->post_type );
     1726                do_action( 'quick_edit_custom_box', $column_name, $screen->post_type, '' );
    17261727            }
    17271728
Note: See TracChangeset for help on using the changeset viewer.