Make WordPress Core


Ignore:
Timestamp:
11/06/2010 09:41:03 AM (14 years ago)
Author:
westi
Message:

Remove WP_SHOW_ADMIN_BAR and go off existing and new defines on page type. See #15315

File:
1 edited

Legend:

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

    r16175 r16221  
    66 * @subpackage Administration
    77 */
     8// TODO route this pages via a specific iframe handler instead of the do_action below
     9if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) )
     10    define('IFRAME_REQUEST' , true);
    811
    912/** WordPress Administration Bootstrap */
Note: See TracChangeset for help on using the changeset viewer.