diff --git a/admin/woocommerce-admin-settings-forms.php b/admin/woocommerce-admin-settings-forms.php index 411c0ab368d..67b9e24445c 100644 --- a/admin/woocommerce-admin-settings-forms.php +++ b/admin/woocommerce-admin-settings-forms.php @@ -220,13 +220,17 @@ function woocommerce_admin_fields($options) { break; case 'text': ?> - + + + - + + + - + + + @@ -349,7 +357,9 @@ function woocommerce_admin_fields($options) { $state = '*'; endif; ?> - + + + @@ -361,7 +371,9 @@ function woocommerce_admin_fields($options) { asort($countries); $selections = (array) get_option($value['id']); ?> - + + + '; if ( isset( $data['description'] ) && $data['description'] != '' ) { $html .= '' . $data['description'] . '' . "\n"; } @@ -186,10 +187,11 @@ class WC_Settings_API { $data['css'] = (isset( $data['css'] )) ? $data['css'] : ''; $html .= '' . "\n"; - $html .= '' . $title . '' . "\n"; + $html .= ''; + $html .= ''; + $html .= '' . "\n"; $html .= '' . "\n"; $html .= '
' . $title . '' . "\n"; - $html .= '