Define IFRAME_REQUEST only if not inline. Props ocean90. fixes #15630

git-svn-id: http://svn.automattic.com/wordpress/trunk@16661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-12-01 19:28:24 +00:00
parent 3f72e340d6
commit fab93cc99f
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');