Ticket #15509: 15509.patch
| File 15509.patch, 442 bytes (added by Utkarsh, 3 years ago) |
|---|
-
wp-admin/theme-install.php
6 6 * @subpackage Administration 7 7 */ 8 8 9 if ( isset( $_GET['tab'] ) && ( 'theme-information' == $_GET['tab'] ) ) 10 define( 'IFRAME_REQUEST', true ); 11 9 12 /** WordPress Administration Bootstrap */ 10 13 require_once('./admin.php'); 11 14
