- Timestamp:
- 07/31/2019 03:09:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r45617 r45704 1865 1865 * @since 2.7.0 1866 1866 * 1867 * @param string 1868 * @param WP_Post$post_type The post type slug.1867 * @param string $column_name Name of the column to edit. 1868 * @param string $post_type The post type slug. 1869 1869 */ 1870 1870 do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type ); … … 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, '' );
Note: See TracChangeset
for help on using the changeset viewer.