diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/js/wpdialog.min.js --- a/wp/wp-includes/js/wpdialog.min.js Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/js/wpdialog.min.js Fri Sep 05 18:40:08 2025 +0200 @@ -1,2 +1,2 @@ /*! This file is auto-generated */ -!function(e){e.widget("wp.wpdialog",e.ui.dialog,{open:function(){this.isOpen()||!1===this._trigger("beforeOpen")||(this._super(),this.element.focus(),this._trigger("refresh"))}}),e.wp.wpdialog.prototype.options.closeOnEscape=!1}(jQuery); \ No newline at end of file +!function(e){e.widget("wp.wpdialog",e.ui.dialog,{open:function(){this.isOpen()||!1===this._trigger("beforeOpen")||(this._super(),this.element.trigger("focus"),this._trigger("refresh"))}}),e.wp.wpdialog.prototype.options.closeOnEscape=!1}(jQuery); \ No newline at end of file