Changeset 26508
- Timestamp:
- 12/01/2013 09:08:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r26504 r26508 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>
Note: See TracChangeset
for help on using the changeset viewer.