Make WordPress Core

Ticket #41725: 41725.diff

File 41725.diff, 526 bytes (added by subrataemfluence, 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 { 
    344344         * @param string $input_id ID attribute value for the search input field.
    345345         */
    346346        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;
    349349
    350350                $input_id = $input_id . '-search-input';
    351351