Ticket #35081: 35081.diff
| File 35081.diff, 653 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/customize/class-wp-customize-themes-section.php
diff --git src/wp-includes/customize/class-wp-customize-themes-section.php src/wp-includes/customize/class-wp-customize-themes-section.php index fb983a9..9674b64 100644
class WP_Customize_Themes_Section extends WP_Customize_Section { 46 46 } 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; ?> 52 52 </h3>