Changeset 20068
- Timestamp:
- 03/02/2012 12:13:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r20065 r20068 30 30 $this->search_terms = array_unique( array_filter( array_map( 'trim', explode( ',', strtolower( stripslashes( $_REQUEST['s'] ) ) ) ) ) ); 31 31 32 if ( ! empty( $_REQUEST['features'] ) ) { 33 var_dump( $_REQUEST['features'] ); 32 if ( ! empty( $_REQUEST['features'] ) ) 34 33 $this->features = $_REQUEST['features']; 35 }36 34 37 35 if ( $this->search_terms || $this->features ) {
Note: See TracChangeset
for help on using the changeset viewer.