Make WordPress Core


Ignore:
Timestamp:
12/01/2010 06:13:54 PM (14 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-install.php

    r16175 r16654  
    77 */
    88
     9if ( isset( $_GET['tab'] ) && ( 'theme-information' == $_GET['tab'] ) )
     10    define( 'IFRAME_REQUEST', true );
     11   
    912/** WordPress Administration Bootstrap */
    1013require_once('./admin.php');
Note: See TracChangeset for help on using the changeset viewer.