Ticket #41725: 41725.diff
File 41725.diff, 526 bytes (added by , 7 years ago) |
---|
-
.php
diff --git a/class-wp-list-table.php b/class-wp-list-table-new.php index dedfec9..4e3d1d7 100755
old new class WP_List_Table { 344 344 * @param string $input_id ID attribute value for the search input field. 345 345 */ 346 346 public function search_box( $text, $input_id ) { 347 if ( empty( $_REQUEST['s'] ) && !$this->has_items() )348 return;347 //if ( empty( $_REQUEST['s'] ) && !$this->has_items() ) 348 //return; 349 349 350 350 $input_id = $input_id . '-search-input'; 351 351