Define IFRAME_REQUEST only if not inline. Props ocean90. fixes #15630
git-svn-id: https://develop.svn.wordpress.org/trunk@16661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
36a4508140
commit
24471799a5
@ -9,6 +9,7 @@
|
||||
* @subpackage Administration
|
||||
*/
|
||||
|
||||
if ( ! isset( $_GET['inline'] ) )
|
||||
define( 'IFRAME_REQUEST' , true );
|
||||
|
||||
/** Load WordPress Administration Bootstrap */
|
||||
|
Loading…
Reference in New Issue
Block a user