Changeset 27875 for branches/3.8/src/wp-admin/themes.php
- Timestamp:
- 03/31/2014 08:51:06 PM (11 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-admin/themes.php
r27013 r27875 313 313 <div class="theme-wrap"> 314 314 <div class="theme-header"> 315 <button alt="<?php _e( 'Show previous theme' ); ?>" class="left dashicons dashicons-no"></button>316 <button alt="<?php _e( 'Show next theme' ); ?>" class="right dashicons dashicons-no"></button>317 <button alt="<?php _e( 'Close overlay' ); ?>" class="close dashicons dashicons-no"></button>315 <button class="left dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show previous theme' ); ?></span></button> 316 <button class="right dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show next theme' ); ?></span></button> 317 <button class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close overlay' ); ?></span></button> 318 318 </div> 319 319 <div class="theme-about">
Note: See TracChangeset
for help on using the changeset viewer.