- Timestamp:
- 08/03/2017 03:42:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r41161 r41219 1721 1721 * 1722 1722 * @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. 1724 1725 */ 1725 do_action( 'quick_edit_custom_box', $column_name, $screen->post_type );1726 do_action( 'quick_edit_custom_box', $column_name, $screen->post_type, '' ); 1726 1727 } 1727 1728
Note: See TracChangeset
for help on using the changeset viewer.