Changeset 41319
- Timestamp:
- 08/26/2017 04:34:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
r41092 r41319 332 332 333 333 function hasTextContent( node ) { 334 return node && !! ( node.textContent || node.innerText ) ;334 return node && !! ( node.textContent || node.innerText ).replace( /\ufeff/g, '' ); 335 335 } 336 336
Note: See TracChangeset
for help on using the changeset viewer.