Changeset 31819
- Timestamp:
- 03/18/2015 08:52:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js
r31817 r31819 195 195 } ); 196 196 197 if ( node.nodeName !== 'P' || trim( node.textContent ) || trim(node.innerText ) ) {197 if ( node.nodeName !== 'P' || trim( node.textContent || node.innerText ) ) { 198 198 return; 199 199 }
Note: See TracChangeset
for help on using the changeset viewer.