Make WordPress Core

Ticket #47810: 47810.diff

File 47810.diff, 1.0 KB (added by abrain, 6 years ago)
  • src/wp-admin/includes/class-wp-posts-list-table.php

     
    18651865                                         * @since 2.7.0
    18661866                                         *
    18671867                                         * @param string  $column_name Name of the column to edit.
    1868                                          * @param WP_Post $post_type   The post type slug.
     1868                                         * @param string $post_type   The post type slug.
    18691869                                         */
    18701870                                        do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type );
    18711871                                } else {
     
    18771877                                         *
    18781878                                         * @param string $column_name Name of the column to edit.
    18791879                                         * @param string $post_type   The post type slug, or current screen name if this is a taxonomy list table.
    1880                                          * @param string taxonomy     The taxonomy name, if any.
     1880                                         * @param string $taxonomy    The taxonomy name, if any.
    18811881                                         */
    18821882                                        do_action( 'quick_edit_custom_box', $column_name, $screen->post_type, '' );
    18831883                                }