Changeset 31933 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 03/30/2015 07:21:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r31533 r31933 533 533 <# if ( ! data.active ) { #> 534 534 <div class="inactive-theme"> 535 <a href="<?php echo add_query_arg( 'theme', '{{ data.id }}' , remove_query_arg( 'theme' )); ?>" target="_top" class="button button-primary"><?php _e( 'Live Preview' ); ?></a>535 <a href="<?php echo add_query_arg( 'theme', '{{ data.id }}' ); ?>" target="_top" class="button button-primary"><?php _e( 'Live Preview' ); ?></a> 536 536 </div> 537 537 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.