Ticket #38561: 38561.1.diff
File 38561.1.diff, 1.1 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/customize-controls.css
885 885 margin-bottom: 8px; 886 886 } 887 887 888 .customize-control-header .actions, 888 889 .customize-control-header .uploaded { 889 890 margin-bottom: 18px; 890 891 } -
src/wp-includes/customize/class-wp-customize-header-image-control.php
169 169 <?php if ( current_theme_supports( 'custom-header', 'video' ) ) { 170 170 echo '<span class="customize-control-title">' . $this->label . '</span>'; 171 171 } ?> 172 <div class="customize-control-notifications-container"></div> 172 173 <p class="customizer-section-intro customize-control-description"> 173 174 <?php 174 175 if ( current_theme_supports( 'custom-header', 'video' ) ) {