- Timestamp:
- 03/01/2013 04:28:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r23416 r23554 127 127 static $term; 128 128 if ( is_null( $term ) ) 129 $term = wp_unslash( $_REQUEST['s'] );129 $term = stripslashes( $_REQUEST['s'] ); 130 130 131 131 foreach ( array( 'Name', 'Description', 'Author', 'Author', 'AuthorURI' ) as $field ) {
Note: See TracChangeset
for help on using the changeset viewer.