Changeset 5899
- Timestamp:
- 08/10/2015 07:28:16 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/tools.php
r5892 r5899 710 710 */ 711 711 function bbp_admin_repair_list_search_form() { 712 713 // Get the search string if there is one 714 $search = ! empty( $_GET['s'] ) 715 ? stripslashes( $_GET['s'] ) 716 : ''; ?> 712 ?> 717 713 718 714 <p class="search-box"> 719 715 <label class="screen-reader-text" for="bbp-repair-search-input"><?php esc_html_e( 'Search Tools:', 'bbpress' ); ?></label> 720 <input type="search" id="bbp-repair-search-input" name="s" value="<?php echo esc_attr( $search); ?>">716 <input type="search" id="bbp-repair-search-input" name="s" value="<?php _admin_search_query(); ?>"> 721 717 <input type="submit" id="search-submit" class="button" value="<?php esc_html_e( 'Search Tools', 'bbpress' ); ?>"> 722 718 </p>
Note: See TracChangeset
for help on using the changeset viewer.