Changeset 20064 for trunk/wp-admin/themes.php
- Timestamp:
- 03/01/2012 11:55:09 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/themes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r20043 r20064 98 98 </h2> 99 99 <?php $ct = wp_get_theme(); ?> 100 <div id="current-theme"> 100 101 <h3><?php _e( 'Current Theme' ); ?></h3> 101 <div id="current-theme">102 102 <?php if ( $screenshot = $ct->get_screenshot() ) : ?> 103 103 <img src="<?php echo esc_url( $screenshot ); ?>" alt="<?php esc_attr_e( 'Current theme preview'); ?>" /> … … 155 155 ?> 156 156 157 <h3 ><?php _e('Available Themes'); ?></h3>157 <h3 class="available-themes"><?php _e('Available Themes'); ?></h3> 158 158 159 159 <?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['filter'] ) || $wp_list_table->has_items() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.