Set IFRAME_REQUEST for theme-information iframe. Props Utkarsh. see #15509

git-svn-id: https://develop.svn.wordpress.org/trunk@16654 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-12-01 18:13:54 +00:00
parent 904a670a28
commit 9d24f16fd1
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
* @subpackage Administration
*/
if ( isset( $_GET['tab'] ) && ( 'theme-information' == $_GET['tab'] ) )
define( 'IFRAME_REQUEST', true );
/** WordPress Administration Bootstrap */
require_once('./admin.php');