Changeset 26921
- Timestamp:
- 01/08/2014 09:28:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r26885 r26921 147 147 // _.filter and .test 148 148 results = this.filter( function( data ) { 149 haystack = _.union( data.get( 'name' ), data.get( ' description' ), data.get( 'author' ), data.get( 'tags' ) );149 haystack = _.union( data.get( 'name' ), data.get( 'id' ), data.get( 'description' ), data.get( 'author' ), data.get( 'tags' ) ); 150 150 151 151 if ( match.test( data.get( 'author' ) ) && term.length > 2 ) {
Note: See TracChangeset
for help on using the changeset viewer.