diff --git a/woocommerce-template.php b/woocommerce-template.php index c4570050dd2..a96746d024b 100644 --- a/woocommerce-template.php +++ b/woocommerce-template.php @@ -618,6 +618,14 @@ if (!function_exists('woocommerce_form_field')) {

'.$after; + break; + case "password" : + + $field = '

+ + +

'.$after; + break; default :