Ticket #31782: 31782.diff
File 31782.diff, 661 bytes (added by , 10 years ago) |
---|
-
wp-includes/class-wp-customize-control.php
1225 1225 1226 1226 <# if ( ! data.theme.active ) { #> 1227 1227 <div class="theme-actions"> 1228 <a class="button" href=" <?php echo add_query_arg( 'theme', '{{ data.theme.id }}', remove_query_arg( 'theme' ) ); ?>" target="_top"><?php _e( 'Live Preview' ); ?></a>1228 <a class="button" href="{{ data.theme.actions.customize }}" target="_top"><?php _e( 'Live Preview' ); ?></a> 1229 1229 </div> 1230 1230 <# } #> 1231 1231 </div>