Ticket #26730: 26730.diff
File 26730.diff, 644 bytes (added by , 11 years ago) |
---|
-
wp-admin/js/theme.js
146 146 // Find results 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 ) { 152 152 data.set( 'displayAuthor', true );