Changeset 18155
- Timestamp:
- 06/05/2011 11:12:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/press-this.php
r18148 r18155 367 367 if ( '' != text && tinyMCE.activeEditor && ! tinyMCE.activeEditor.isHidden()) { 368 368 tinyMCE.execCommand('mceSetContent', false, tinyMCE.activeEditor.getContent({format : 'raw'}) + '<p>' + text + '</p>'); 369 tinyMCE.execCommand('mceCleanup');370 369 } else { 371 370 insert_plain_editor(text);
Note: See TracChangeset
for help on using the changeset viewer.