Make WordPress Core

Changeset 26508


Ignore:
Timestamp:
12/01/2013 09:08:15 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix Customize link in theme info window. props kovshenin. see #25948.

File:
1 edited

Legend:

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

    r26504 r26508  
    291291    <div class="theme-actions">
    292292        <div class="active-theme">
    293             <a href="{{{ wp.themes.data.settings.customizeURI }}}" class="button button-primary hide-if-no-customize"><?php _e( 'Customize' ); ?></a>
     293            <a href="{{{ data.actions.customize }}}" class="button button-primary hide-if-no-customize"><?php _e( 'Customize' ); ?></a>
    294294            <?php if ( current_theme_supports( 'menus' ) ) { ?>
    295295            <a class="button button-secondary" href="<?php echo admin_url( 'nav-menus.php' ); ?>"><?php _e( 'Menus' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.