Changeset 38057 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 07/13/2016 05:31:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r38025 r38057 636 636 <div class="theme-actions"> 637 637 <div class="inactive-theme"> 638 <a href="<?php echo $preview_url; ?>" target="_top" class="button button-primary"><?php _e( 'Live Preview' ); ?></a> 638 <?php 639 /* translators: %s: Theme name */ 640 $aria_label = sprintf( __( 'Preview %s' ), '{{ data.name }}' ); 641 ?> 642 <a href="<?php echo $preview_url; ?>" target="_top" class="button button-primary" aria-label="<?php echo esc_attr( $aria_label ); ?>"><?php _e( 'Live Preview' ); ?></a> 639 643 </div> 640 644 </div>
Note: See TracChangeset
for help on using the changeset viewer.