Changeset 26956 for branches/3.8/src/wp-admin/themes.php
- Timestamp:
- 01/15/2014 08:28:04 AM (10 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-admin/themes.php
r26853 r26956 193 193 194 194 foreach ( $themes as $theme ) : ?> 195 <div class="theme<?php if ( $theme['active'] ) echo ' active'; ?>" >195 <div class="theme<?php if ( $theme['active'] ) echo ' active'; ?>" tabindex="0"> 196 196 <?php if ( ! empty( $theme['screenshot'][0] ) ) { ?> 197 197 <div class="theme-screenshot"> … … 310 310 <div class="theme-wrap"> 311 311 <div class="theme-header"> 312 < div alt="<?php _e( 'Close overlay' ); ?>" class="close dashicons dashicons-no"></div>313 < div alt="<?php _e( 'Show previous theme' ); ?>" class="left dashicons dashicons-no"></div>314 < div alt="<?php _e( 'Show next theme' ); ?>" class="right dashicons dashicons-no"></div>312 <button alt="<?php _e( 'Show previous theme' ); ?>" class="left dashicons dashicons-no"></button> 313 <button alt="<?php _e( 'Show next theme' ); ?>" class="right dashicons dashicons-no"></button> 314 <button alt="<?php _e( 'Close overlay' ); ?>" class="close dashicons dashicons-no"></button> 315 315 </div> 316 316 <div class="theme-about">
Note: See TracChangeset
for help on using the changeset viewer.