Changeset 55276 for trunk/src/wp-admin/themes.php
- Timestamp:
- 02/07/2023 05:08:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r54839 r55276 941 941 <div class="theme-wrap wp-clearfix" role="document"> 942 942 <div class="theme-header"> 943 <button class="left dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show previous theme' ); ?></span></button> 944 <button class="right dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Show next theme' ); ?></span></button> 945 <button class="close dashicons dashicons-no"><span class="screen-reader-text"><?php _e( 'Close details dialog' ); ?></span></button> 943 <button class="left dashicons dashicons-no"><span class="screen-reader-text"> 944 <?php 945 /* translators: Hidden accessibility text. */ 946 _e( 'Show previous theme' ); 947 ?> 948 </span></button> 949 <button class="right dashicons dashicons-no"><span class="screen-reader-text"> 950 <?php 951 /* translators: Hidden accessibility text. */ 952 _e( 'Show next theme' ); 953 ?> 954 </span></button> 955 <button class="close dashicons dashicons-no"><span class="screen-reader-text"> 956 <?php 957 /* translators: Hidden accessibility text. */ 958 _e( 'Close details dialog' ); 959 ?> 960 </span></button> 946 961 </div> 947 962 <div class="theme-about wp-clearfix">
Note: See TracChangeset
for help on using the changeset viewer.