Changeset 26335
- Timestamp:
- 11/23/2013 12:14:19 PM (12 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin
-
Property
svn:ignore
set to
themes.php.orig
-
Property
svn:ignore
set to
-
trunk/src/wp-admin/themes.php
r26316 r26335 294 294 <div class="active-theme"> 295 295 <a href="{{{ wp.themes.data.settings.customizeURI }}}" class="button button-primary hide-if-no-customize"><?php _e( 'Customize' ); ?></a> 296 <?php if( current_theme_supports( 'menus' ) ) { ?> 296 297 <a class="button button-secondary" href="<?php echo admin_url( 'nav-menus.php' ); ?>"><?php _e( 'Menus' ); ?></a> 298 <?php } ?> 299 <?php if( current_theme_supports( 'widgets' ) ) { ?> 297 300 <a class="button button-secondary" href="<?php echo admin_url( 'widgets.php' ); ?>"><?php _e( 'Widgets' ); ?></a> 301 <?php } ?> 298 302 </div> 299 303 <div class="inactive-theme">
Note: See TracChangeset
for help on using the changeset viewer.