Make WordPress Core


Ignore:
Timestamp:
03/12/2015 01:04:44 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix JSHint errors in [31734] and add missing dependencies.

props iseulde.
fixes #31328.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/inline-edit-tax.js

    r31734 r31741  
    118118                        $( '#parent' ).find( 'option[value=' + option_value + ']' ).text( row.find( '.row-title' ).text() );
    119119
    120                         if ( WPEmoji ) {
    121                             WPEmoji.parse( row.get( 0 ) );
    122                         }
     120                        window.WPEmoji.parse( row.get( 0 ) );
    123121
    124122                        row.hide().fadeIn();
Note: See TracChangeset for help on using the changeset viewer.