Changeset 20639 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 04/30/2012 12:44:47 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/plugin-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r20592 r20639 117 117 */ 118 118 function install_search_form( $type_selector = true ) { 119 $type = isset($_REQUEST['type']) ? stripslashes( $_REQUEST['type'] ) : ' ';119 $type = isset($_REQUEST['type']) ? stripslashes( $_REQUEST['type'] ) : 'term'; 120 120 $term = isset($_REQUEST['s']) ? stripslashes( $_REQUEST['s'] ) : ''; 121 121
Note: See TracChangeset
for help on using the changeset viewer.