Ticket #30706: 30706.patch
File 30706.patch, 1.1 KB (added by , 9 years ago) |
---|
-
wp-includes/class-wp-customize-control.php
1169 1169 </div> 1170 1170 <div class="actions"> 1171 1171 <?php /* translators: Hide as in hide header image via the Customizer */ ?> 1172 <button type="button"<?php echo $visibility ?> class="button remove" ><?php _ex( 'Hide image', 'custom header' ); ?></button>1172 <button type="button"<?php echo $visibility ?> class="button remove" aria-label="<?php _ex( 'Hide header image', 'custom header' ); ?>"><?php _ex( 'Hide image', 'custom header' ); ?></button> 1173 1173 <?php /* translators: New as in add new header image via the Customizer */ ?> 1174 <button type="button" class="button new" ><?php _ex( 'Add new image', 'header image' ); ?></button>1174 <button type="button" class="button new" aria-label="<?php _ex( 'Add new header image', 'header image' ); ?>"><?php _ex( 'Add new image', 'header image' ); ?></button> 1175 1175 <div style="clear:both"></div> 1176 1176 </div> 1177 1177 <div class="choices">