Changeset 22877
- Timestamp:
- 11/27/2012 07:24:56 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/media-editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-editor.js
r22875 r22877 502 502 id = id || ''; 503 503 504 // Save a bookmark of the caret position, needed for IE 505 if ( typeof tinymce !== 'undefined' && tinymce.activeEditor && tinymce.isIE && ! tinymce.activeEditor.isHidden() ) 506 tinymce.activeEditor.windowManager.insertimagebookmark = tinymce.activeEditor.selection.getBookmark(); 507 504 508 workflow = wp.media.editor.get( id ); 505 509
Note: See TracChangeset
for help on using the changeset viewer.