Make WordPress Core


Ignore:
Timestamp:
05/11/2012 08:29:08 PM (13 years ago)
Author:
ryan
Message:

First pass at 3.4 pointers. Add pointer to the customize link for the current theme on themes.php. Support multiple pointers per page. Props scribu. see #20554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r20747 r20774  
    141141
    142142<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>
    144144    <span><?php _e( 'Options:' )?></span>
    145145    <?php
Note: See TracChangeset for help on using the changeset viewer.