- Timestamp:
- 12/15/2015 01:20:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r35535 r35943 47 47 ?> 48 48 49 <?php if ( count( $this->controls ) > 1) : ?>49 <?php if ( count( $this->controls ) > 0 ) : ?> 50 50 <button type="button" class="button change-theme" tabindex="0"><?php _ex( 'Change', 'theme' ); ?></button> 51 51 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.