- Timestamp:
- 03/07/2012 05:35:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r20100 r20138 159 159 ?></div> 160 160 <?php } // end foreach $theme_names 161 162 ?> 163 <div id="theme-installer" class="wp-full-overlay"> 164 <a href="#" class="close-full-overlay"><?php printf( __( '← Return to %s' ), get_admin_page_title() ); ?></a> 165 <a href="#" class="collapse-sidebar button-secondary" title="<?php esc_attr_e('Collapse Sidebar'); ?>"><span></span></a> 166 <div class="wp-full-overlay-sidebar"> 167 <div class="wp-full-overlay-header"></div> 168 <div class="install-theme-info"></div> 169 </div> 170 <div class="wp-full-overlay-main"></div> 171 </div> 172 <?php 161 173 } 162 174 … … 171 183 */ 172 184 function _js_vars() { 173 global $tab, $type; 185 global $tab, $type; 174 186 parent::_js_vars( compact( 'tab', 'type' ) ); 175 187 }
Note: See TracChangeset
for help on using the changeset viewer.