Ticket #25948: 25948.7.diff
File 25948.7.diff, 728 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/themes.php
290 290 291 291 <div class="theme-actions"> 292 292 <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> 294 294 <?php if ( current_theme_supports( 'menus' ) ) { ?> 295 295 <a class="button button-secondary" href="<?php echo admin_url( 'nav-menus.php' ); ?>"><?php _e( 'Menus' ); ?></a> 296 296 <?php } ?>