Changeset 20934 for trunk/wp-admin/themes.php
- Timestamp:
- 05/26/2012 03:32:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r20810 r20934 121 121 <div id="current-theme" class="<?php echo esc_attr( $class ); ?>"> 122 122 <?php if ( $screenshot ) : ?> 123 <a href="<?php echo wp_customize_url( $ct->get_stylesheet()); ?>" class="load-customize hide-if-no-customize" title="<?php echo esc_attr( $customize_title ); ?>">123 <a href="<?php echo wp_customize_url(); ?>" class="load-customize hide-if-no-customize" title="<?php echo esc_attr( $customize_title ); ?>"> 124 124 <img src="<?php echo esc_url( $screenshot ); ?>" alt="<?php esc_attr_e( 'Current theme preview' ); ?>" /> 125 125 </a> … … 142 142 143 143 <div class="theme-options"> 144 <a id="customize-current-theme-link" href="<?php echo wp_customize_url( $ct->get_stylesheet()); ?>" class="load-customize hide-if-no-customize" title="<?php echo esc_attr( $customize_title ); ?>"><?php _e( 'Customize' )?></a>144 <a id="customize-current-theme-link" href="<?php echo wp_customize_url(); ?>" class="load-customize hide-if-no-customize" title="<?php echo esc_attr( $customize_title ); ?>"><?php _e( 'Customize' )?></a> 145 145 <span><?php _e( 'Options:' )?></span> 146 146 <?php
Note: See TracChangeset
for help on using the changeset viewer.