Make WordPress Core

Ticket #26730: 26730.diff

File 26730.diff, 644 bytes (added by matveb, 11 years ago)
  • wp-admin/js/theme.js

     
    146146                // Find results
    147147                // _.filter and .test
    148148                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' ) );
    150150
    151151                        if ( match.test( data.get( 'author' ) ) && term.length > 2 ) {
    152152                                data.set( 'displayAuthor', true );