Add a data id for targeting media uploads

This commit is contained in:
Jay Wood
2016-09-30 11:48:50 -04:00
parent 449353fe87
commit c895896915

View File

@ -155,8 +155,8 @@ class CWV2_Settings {
$label = isset( $options['label'] ) ? $options['label'] : __( 'Upload', 'content-warning-v2' );
?><fieldset>
<input type="text" name="<?php echo $field_id; ?>" id="<?php echo $field_id; ?>" value="<?php echo $option_value; ?>" class="regular-text">
<input type="button" class="button button-secondary" value="<?php echo $label; ?>">
<input type="text" name="<?php echo $field_id; ?>" id="<?php echo $field_id; ?>" value="<?php echo $option_value; ?>" class="regular-text" />
<input type="button" class="button button-secondary" value="<?php echo $label; ?>" data-target-id="<?php echo $field_id; ?>" />
</fieldset><?php
if ( ! empty( $description ) ) {