Make WordPress Core

Changeset 16661


Ignore:
Timestamp:
12/01/2010 07:28:24 PM (14 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-upload.php

    r16221 r16661  
    1010 */
    1111
    12 define('IFRAME_REQUEST' , true);
     12if ( ! isset( $_GET['inline'] ) )
     13    define( 'IFRAME_REQUEST' , true );
    1314
    1415/** Load WordPress Administration Bootstrap */
Note: See TracChangeset for help on using the changeset viewer.