Changeset 31741 for trunk/src/wp-admin/js/inline-edit-tax.js
- Timestamp:
- 03/12/2015 01:04:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/inline-edit-tax.js
r31734 r31741 118 118 $( '#parent' ).find( 'option[value=' + option_value + ']' ).text( row.find( '.row-title' ).text() ); 119 119 120 if ( WPEmoji ) { 121 WPEmoji.parse( row.get( 0 ) ); 122 } 120 window.WPEmoji.parse( row.get( 0 ) ); 123 121 124 122 row.hide().fadeIn();
Note: See TracChangeset
for help on using the changeset viewer.