Changeset 35535
- Timestamp:
- 11/05/2015 01:25:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-themes-section.php
r35385 r35535 47 47 ?> 48 48 49 <button type="button" class="button change-theme" tabindex="0"><?php _ex( 'Change', 'theme' ); ?></button> 49 <?php if ( count( $this->controls ) > 1 ) : ?> 50 <button type="button" class="button change-theme" tabindex="0"><?php _ex( 'Change', 'theme' ); ?></button> 51 <?php endif; ?> 50 52 </h3> 51 53 <div class="customize-themes-panel control-panel-content themes-php">
Note: See TracChangeset
for help on using the changeset viewer.