Changeset 23563 for trunk/wp-admin/includes/class-wp-plugins-list-table.php
- Timestamp:
- 03/01/2013 05:00:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugins-list-table.php
r23554 r23563 23 23 24 24 if ( isset($_REQUEST['s']) ) 25 $_SERVER['REQUEST_URI'] = add_query_arg('s', stripslashes($_REQUEST['s']) );25 $_SERVER['REQUEST_URI'] = add_query_arg('s', wp_unslash($_REQUEST['s']) ); 26 26 27 27 $page = $this->get_pagenum(); … … 141 141 static $term; 142 142 if ( is_null( $term ) ) 143 $term = stripslashes( $_REQUEST['s'] );143 $term = wp_unslash( $_REQUEST['s'] ); 144 144 145 145 foreach ( $plugin as $value )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)