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:
Ryan Boren 2010-12-01 19:28:24 +00:00
parent 36a4508140
commit 24471799a5
1 changed files with 2 additions and 1 deletions

View File

@ -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');