Make WordPress Core


Ignore:
Timestamp:
04/04/2012 09:41:51 PM (14 years ago)
Author:
koopersmith
Message:

Theme Customizer: Add a link to customize the current theme. see #19910.

File:
1 edited

Legend:

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

    r20168 r20354  
    108108<p class="theme-description"><?php echo $ct->display('Description'); ?></p>
    109109<div class="theme-options">
     110    <a href="#" class="load-customize hide-if-no-js" data-customize-template="<?php echo esc_attr( $ct->get_template() ); ?>" data-customize-stylesheet="<?php echo esc_attr( $ct->get_stylesheet() ); ?>" title="<?php echo esc_attr( sprintf( __( 'Customize &#8220;%s&#8221;' ), $ct->get('Name') ) ); ?>"><?php _e( 'Customize' )?></a>
    110111    <span><?php _e( 'Options:' )?></span>
    111112    <?php
Note: See TracChangeset for help on using the changeset viewer.