- Timestamp:
- 02/07/2012 09:06:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r19712 r19857 67 67 } 68 68 69 if ( !empty( $_ POST['features'] ) ) {70 $terms = $_ POST['features'];69 if ( !empty( $_REQUEST['features'] ) ) { 70 $terms = $_REQUEST['features']; 71 71 $terms = array_map( 'trim', $terms ); 72 72 $terms = array_map( 'sanitize_title_with_dashes', $terms );
Note: See TracChangeset
for help on using the changeset viewer.