mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-09 03:30:06 +00:00
General: Fix various instances of incorrect filter docs and incorrect filter and action parameters.
Props keesiemeijer for identifying the issues See #38462 git-svn-id: https://develop.svn.wordpress.org/trunk@41219 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1720,9 +1720,10 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param string $column_name Name of the column to edit.
|
||||
* @param string $post_type The post type slug.
|
||||
* @param string $post_type The post type slug, or current screen name if this is a taxonomy list table.
|
||||
* @param string taxonomy The taxonomy name, if any.
|
||||
*/
|
||||
do_action( 'quick_edit_custom_box', $column_name, $screen->post_type );
|
||||
do_action( 'quick_edit_custom_box', $column_name, $screen->post_type, '' );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user