- Timestamp:
- 04/30/2012 12:44:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugin-install-list-table.php
r20592 r20639 48 48 switch ( $tab ) { 49 49 case 'search': 50 $type = isset( $_REQUEST['type'] ) ? stripslashes( $_REQUEST['type'] ) : ' ';50 $type = isset( $_REQUEST['type'] ) ? stripslashes( $_REQUEST['type'] ) : 'term'; 51 51 $term = isset( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : ''; 52 52
Note: See TracChangeset
for help on using the changeset viewer.