📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 20:13:40
📂
/ (Root)
/
var
/
wordpress
/
wp-includes
/
js
📍 /var/wordpress/wp-includes/js
🔄 Refresh
✏️
Editing: wpdialog.js
Read Only
( function($) { $.widget('wp.wpdialog', $.ui.dialog, { open: function() { // Add beforeOpen event. if ( this.isOpen() || false === this._trigger('beforeOpen') ) { return; } // Open the dialog. this._super(); // WebKit leaves focus in the TinyMCE editor unless we shift focus. this.element.focus(); this._trigger('refresh'); } }); $.wp.wpdialog.prototype.options.closeOnEscape = false; })(jQuery);
💾 Save Changes
❌ Cancel