Ticket #34350: 34350.9.diff
| File 34350.9.diff, 654 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/js/theme.js
185 185 description = data.get( 'description' ).replace( /(<([^>]+)>)/ig, '' ); 186 186 author = data.get( 'author' ).replace( /(<([^>]+)>)/ig, '' ); 187 187 188 haystack = _.union( name, data.get( 'id' ), description, author, data.get( 'tags' ));188 haystack = _.union( [ name, data.get( 'id' ), description, author, data.get( 'tags' ) ] ); 189 189 190 190 if ( match.test( data.get( 'author' ) ) && term.length > 2 ) { 191 191 data.set( 'displayAuthor', true );