0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
2.5.1
/
wordpress
/
wp-admin
/
js
/
[
Home
]
File: media-upload.js
// send html to the post editor function send_to_editor(h) { var win = window.opener ? window.opener : window.dialogArguments; if ( !win ) win = top; tinyMCE = win.tinyMCE; if ( typeof tinyMCE != 'undefined' && ( ed = tinyMCE.getInstanceById('content') ) && !ed.isHidden() ) { tinyMCE.selectedInstance.getWin().focus(); tinyMCE.execCommand('mceInsertContent', false, h); } else win.edInsertContent(win.edCanvas, h); }