10/02/2013 at 3:51 pm
#270532
Keymaster
@ Kris
Use this:
$defaultAddressValues = array(
'home' => __( 'Home' , 'connections' ),
);
echo __( ‘Address Type’, ‘connections’ ) , ‘: ‘ , $this->buildSelect( ‘address[::FIELD::][type]‘, $defaultAddressValues ) , "\n";
echo __( ‘Address Type’, ‘connections’ ) , ‘: ‘ , $this->buildSelect( $selectName, $defaultAddressValues, $address->type ) , "\n";
Hope that helps!