placeholder for email and phone

This commit is contained in:
Triggvy Gunderson 2012-02-22 11:53:35 +01:00
parent 06b7fccaa4
commit 153b8810fa
1 changed files with 2 additions and 0 deletions

View File

@ -922,11 +922,13 @@ class WC_Countries {
$address_fields['billing_email'] = array(
'label' => __('Email Address', 'woocommerce'),
'placeholder' => __('Email Address', 'woocommerce'),
'required' => true,
'class' => array('form-row-first')
);
$address_fields['billing_phone'] = array(
'label' => __('Phone', 'woocommerce'),
'placeholder' => __('Phone', 'woocommerce'),
'required' => true,
'class' => array('form-row-last'),
'clear' => true