Changeset 31911
- Timestamp:
- 03/27/2015 08:35:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r31905 r31911 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 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.