Changeset 36065
- Timestamp:
- 12/23/2015 01:50:27 AM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/customize/class-wp-customize-themes-section.php
r35535 r36065 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.