Skip to content

Commit

Permalink
Fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdkei authored and mtdkei committed Feb 10, 2025
1 parent 6afa21f commit 6846eb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inc/sns/sns_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@
<dd>
<label><input type="checkbox" name="vkExUnit_sns_options[snsBtn_bg_fill_not]" value="true" <?php echo ( $options['snsBtn_bg_fill_not'] ) ? 'checked' : ''; ?> /><?php _e( 'No background', 'vk-all-in-one-expansion-unit' ); ?></label><br>
<label><?php _e( 'Btn color', 'vk-all-in-one-expansion-unit' ); ?></label><br>
<input type="color" id="snsBtn_color_picker" value="<?php echo esc_attr( $options['snsBtn_color'] ); ?>" />
<input type="text" name="vkExUnit_sns_options[snsBtn_color]" id="snsBtn_color" value="<?php echo esc_attr( $options['snsBtn_color'] ); ?>" />
<input type="color" id="snsBtn_color_picker" value="<?php echo esc_attr( $options['snsBtn_color'] ? $options['snsBtn_color'] : '#f6f7f7' ); ?>" /> <input type="text" name="vkExUnit_sns_options[snsBtn_color]" id="snsBtn_color" value="<?php echo esc_attr( $options['snsBtn_color'] ); ?>" />
<button type="button" id="select_color_btn"><?php _e( 'Select Color', 'vk-all-in-one-expansion-unit' ); ?></button>
</dd>
</dl>
Expand Down

0 comments on commit 6846eb7

Please sign in to comment.