diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index c15cdfe207..ee0f9af593 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -335,13 +335,13 @@ class WP_List_Table { } /** - * Display the search box. + * Displays the search box. * * @since 3.1.0 * @access public * - * @param string $text The search button text - * @param string $input_id The search input id + * @param string $text The 'submit' button label. + * @param string $input_id ID attribute value for the search input field. */ public function search_box( $text, $input_id ) { if ( empty( $_REQUEST['s'] ) && !$this->has_items() ) @@ -359,9 +359,9 @@ class WP_List_Table { echo ''; ?>
- - - 'search-submit') ); ?> + + + 'search-submit' ) ); ?>
has_items() ) { @@ -365,9 +365,9 @@ class WP_Plugins_List_Table extends WP_List_Table { } ?>- - - + + + 'search-submit' ) ); ?>