| 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> |