Skip to content

Commit

Permalink
Change to textarea to support html.
Browse files Browse the repository at this point in the history
  • Loading branch information
anderly committed Feb 14, 2019
1 parent 0187cd5 commit 5a6d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-ss-wc-settings-mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public function get_settings( $current_section = '' ) {
$settings[] = array(
'id' => $this->namespace_prefixed( 'opt_in_label' ),
'title' => __( 'Opt-In Field Label', 'woocommerce-mailchimp' ),
'type' => 'text',
'type' => 'textarea',
'desc' => __( 'Optional: customize the label displayed next to the opt-in checkbox.', 'woocommerce-mailchimp' ),
'default' => __( 'Subscribe to our newsletter', 'woocommerce-mailchimp' ),
'css' => 'min-width:350px;',
Expand Down

0 comments on commit 5a6d865

Please sign in to comment.