- Timestamp:
- 08/19/2015 06:22:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r33270 r33644 334 334 * 335 335 * @since 2.1.0 336 * 337 * @param string $post_type The post type slug. 336 338 */ 337 do_action( 'restrict_manage_posts' );339 do_action( 'restrict_manage_posts', $this->screen->post_type ); 338 340 339 341 submit_button( __( 'Filter' ), 'button', 'filter_action', false, array( 'id' => 'post-query-submit' ) ); … … 1514 1516 * @since 2.7.0 1515 1517 * 1516 * @param string 1517 * @param WP_Post$post_type The post type slug.1518 * @param string $column_name Name of the column to edit. 1519 * @param string $post_type The post type slug. 1518 1520 */ 1519 1521 do_action( 'quick_edit_custom_box', $column_name, $screen->post_type );
Note: See TracChangeset
for help on using the changeset viewer.