Changeset 41289 for trunk/src/wp-admin/includes/theme-install.php
- Timestamp:
- 08/22/2017 11:51:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme-install.php
r38672 r41289 1 1 <?php 2 2 /** 3 * WordPress Theme Install Administration API3 * WordPress Theme Installation Administration API 4 4 * 5 5 * @package WordPress … … 203 203 wp_die( $theme ); 204 204 205 iframe_header( __('Theme Install ') );205 iframe_header( __('Theme Installation') ); 206 206 if ( ! isset( $wp_list_table ) ) { 207 207 $wp_list_table = _get_list_table('WP_Theme_Install_List_Table');
Note: See TracChangeset
for help on using the changeset viewer.