Changeset 31954 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 04/01/2015 12:35:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r31943 r31954 548 548 </div> 549 549 550 < div class="theme-actions">551 < # if ( ! data.active ) { #>550 <# if ( ! data.active ) { #> 551 <div class="theme-actions"> 552 552 <div class="inactive-theme"> 553 553 <a href="<?php echo add_query_arg( 'theme', '{{ data.id }}' ); ?>" target="_top" class="button button-primary"><?php _e( 'Live Preview' ); ?></a> 554 554 </div> 555 < # } #>556 < /div>555 </div> 556 <# } #> 557 557 </div> 558 558 </script>
Note: See TracChangeset
for help on using the changeset viewer.