Changeset 16900 for trunk/wp-admin/theme-install.php
- Timestamp:
- 12/13/2010 09:21:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r16776 r16900 9 9 if ( !defined( 'IFRAME_REQUEST' ) && isset( $_GET['tab'] ) && ( 'theme-information' == $_GET['tab'] ) ) 10 10 define( 'IFRAME_REQUEST', true ); 11 11 12 12 /** WordPress Administration Bootstrap */ 13 13 require_once('./admin.php');
Note: See TracChangeset
for help on using the changeset viewer.