Changeset 32362
- Timestamp:
- 05/06/2015 02:24:44 AM (9 years ago)
- Location:
- branches/4.2/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/wp-admin/js/editor-expand.js
r31725 r32362 16 16 $textTop = $( '#ed_toolbar' ), 17 17 $textEditor = $( '#content' ), 18 $textEditorClone = $( '<div id="content-textarea-clone" ></div>' ),18 $textEditorClone = $( '<div id="content-textarea-clone" class="wp-exclude-emoji"></div>' ), 19 19 $bottom = $( '#post-status-info' ), 20 20 $menuBar = $(), -
branches/4.2/src/wp-includes/js/wp-emoji.js
r32361 r32362 69 69 if ( node.nodeType === 3 ) { 70 70 node = node.parentNode; 71 } 72 73 if ( ! node || ( node.className && node.className.indexOf( 'wp-exclude-emoji' ) !== -1 ) ) { 74 continue; 71 75 } 72 76
Note: See TracChangeset
for help on using the changeset viewer.