Changeset 56446
- Timestamp:
- 08/24/2023 03:25:24 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r56176 r56446 317 317 function install_search_form( $deprecated = true ) { 318 318 $type = isset( $_REQUEST['type'] ) ? wp_unslash( $_REQUEST['type'] ) : 'term'; 319 $term = isset( $_REQUEST['s'] ) ? wp_unslash( $_REQUEST['s']) : '';319 $term = isset( $_REQUEST['s'] ) ? urldecode( wp_unslash( $_REQUEST['s'] ) ) : ''; 320 320 ?> 321 321 <form class="search-form search-plugins" method="get">
Note: See TracChangeset
for help on using the changeset viewer.