Docs: Miscellaneous DocBlock corrections.
See #53399. Built from https://develop.svn.wordpress.org/trunk@52242 git-svn-id: http://core.svn.wordpress.org/trunk@51834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -8080,7 +8080,7 @@ Modal = wp.media.View.extend(/** @lends wp.media.view.Modal.prototype */{
|
||||
// Enable page scrolling.
|
||||
$( 'body' ).removeClass( 'modal-open' );
|
||||
|
||||
// Hide the modal element by adding display none.
|
||||
// Hide the modal element by adding display:none.
|
||||
this.$el.hide();
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user