wp core update 6.6
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
var ed,
|
||||
$body = $( document.body );
|
||||
|
||||
$( '#wpwrap' ).attr( 'aria-hidden', 'true' );
|
||||
$body.addClass( 'modal-open' );
|
||||
wpLink.modalOpen = true;
|
||||
|
||||
@@ -281,6 +282,7 @@
|
||||
|
||||
close: function( reset ) {
|
||||
$( document.body ).removeClass( 'modal-open' );
|
||||
$( '#wpwrap' ).removeAttr( 'aria-hidden' );
|
||||
wpLink.modalOpen = false;
|
||||
|
||||
if ( reset !== 'noReset' ) {
|
||||
|
||||
Reference in New Issue
Block a user