mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -9,7 +9,8 @@
|
||||
* @subpackage Administration
|
||||
*/
|
||||
|
||||
define('IFRAME_REQUEST' , true);
|
||||
if ( ! isset( $_GET['inline'] ) )
|
||||
define( 'IFRAME_REQUEST' , true );
|
||||
|
||||
/** Load WordPress Administration Bootstrap */
|
||||
require_once('./admin.php');
|
||||
|
||||
Reference in New Issue
Block a user