Changeset 16221 for trunk/wp-admin/plugin-install.php
- Timestamp:
- 11/06/2010 09:41:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugin-install.php
r16175 r16221 6 6 * @subpackage Administration 7 7 */ 8 // TODO route this pages via a specific iframe handler instead of the do_action below 9 if ( isset( $_GET['tab'] ) && ( 'plugin-information' == $_GET['tab'] ) ) 10 define('IFRAME_REQUEST' , true); 8 11 9 12 /** WordPress Administration Bootstrap */
Note: See TracChangeset
for help on using the changeset viewer.