Ticket #26309: 26309.diff
| File 26309.diff, 592 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/js/theme.js
141 141 // Find results 142 142 // _.filter and .test 143 143 results = self.filter( function( data ) { 144 haystack = _.union( data.get( 'name' ), data.get( ' author' ), data.get( 'tags' ) );144 haystack = _.union( data.get( 'name' ), data.get( 'description' ), data.get( 'author' ), data.get( 'tags' ) ); 145 145 146 146 if ( match.test( data.get( 'author' ) ) ) { 147 147 data.set( 'displayAuthor', true );