| 1313 | | <?php /* translators: Hide as in hide header image via the Customizer */ ?> |
| 1314 | | <button type="button"<?php echo $visibility ?> class="button remove"><?php _ex( 'Hide image', 'custom header' ); ?></button> |
| 1315 | | <?php /* translators: New as in add new header image via the Customizer */ ?> |
| 1316 | | <button type="button" class="button new"><?php _ex( 'Add new image', 'header image' ); ?></button> |
| | 1313 | <button type="button"<?php echo $visibility; ?> class="button remove" aria-label="<?php esc_attr_e( 'Hide header image' ); ?>"><?php _e( 'Hide image' ); ?></button> |
| | 1314 | <button type="button" class="button new" aria-label="<?php esc_attr_e( 'Add new header image' ); ?>"><?php _e( 'Add new image' ); ?></button> |