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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-12-01 18:13:54 +00:00
parent b28a8c0061
commit 93f077ce74
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');