Ticket #17891: 17891-2.diff
File 17891-2.diff, 548 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/class-wp-posts-list-table.php
214 214 ); 215 215 wp_dropdown_categories( $dropdown_options ); 216 216 } 217 do_action( 'restrict_manage_posts' );217 do_action( 'restrict_manage_posts', $this->screen ); 218 218 submit_button( __( 'Filter' ), 'button', false, false, array( 'id' => 'post-query-submit' ) ); 219 219 } 220 220