Make WordPress Core

Ticket #25948: 25948.7.diff

File 25948.7.diff, 728 bytes (added by kovshenin, 11 years ago)
  • src/wp-admin/themes.php

     
    290290
    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>
    296296                        <?php } ?>