Merge pull request #3166 from phillprice/patch-2

Update DropdownField.php
This commit is contained in:
Simon Welsh 2014-05-28 21:38:10 +10:00
commit e75f222fa5

View File

@ -38,7 +38,7 @@
* 'Country', * 'Country',
* array( * array(
* 'NZ' => 'New Zealand', * 'NZ' => 'New Zealand',
* 'US' => 'United States' * 'US' => 'United States',
* 'GEM'=> 'Germany' * 'GEM'=> 'Germany'
* ) * )
* ); * );