Changeset 20774 for trunk/wp-admin/themes.php
- Timestamp:
- 05/11/2012 08:29:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r20747 r20774 141 141 142 142 <div class="theme-options"> 143 <a 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>143 <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 144 <span><?php _e( 'Options:' )?></span> 145 145 <?php
Note: See TracChangeset
for help on using the changeset viewer.