Ticket #47810: 47810.diff
File 47810.diff, 1.0 KB (added by , 6 years ago) |
---|
-
src/wp-admin/includes/class-wp-posts-list-table.php
1865 1865 * @since 2.7.0 1866 1866 * 1867 1867 * @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. 1869 1869 */ 1870 1870 do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type ); 1871 1871 } else { … … 1877 1877 * 1878 1878 * @param string $column_name Name of the column to edit. 1879 1879 * @param string $post_type The post type slug, or current screen name if this is a taxonomy list table. 1880 * @param string taxonomyThe taxonomy name, if any.1880 * @param string $taxonomy The taxonomy name, if any. 1881 1881 */ 1882 1882 do_action( 'quick_edit_custom_box', $column_name, $screen->post_type, '' ); 1883 1883 }