- Timestamp:
- 05/29/2015 03:42:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r32644 r32650 163 163 */ 164 164 public function _search_callback( $theme ) { 165 static $term ;165 static $term = null; 166 166 if ( is_null( $term ) ) 167 167 $term = wp_unslash( $_REQUEST['s'] );
Note: See TracChangeset
for help on using the changeset viewer.