Add West Indies to nationality options

This commit is contained in:
Brian Miyaji
2016-03-17 00:10:08 +11:00
parent 613e193d35
commit 3b20d20733
2 changed files with 2 additions and 0 deletions

BIN
assets/images/flags/wif.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 B

View File

@@ -224,6 +224,7 @@ class SP_Countries {
'vgb',
'vin',
'vir',
'wif',
),
__( 'Oceania', 'sportspress' ) => array(
'asa',
@@ -483,6 +484,7 @@ class SP_Countries {
'vin' => __( "Saint Vincent and the Grenadines", 'sportspress' ),
'vir' => __( "US Virgin Islands", 'sportspress' ),
'wal' => __( "Wales", 'sportspress' ),
'wif' => __( "West Indies", 'sportspress' ),
'yem' => __( "Yemen", 'sportspress' ),
'zam' => __( "Zambia", 'sportspress' ),
'zim' => __( "Zimbabwe", 'sportspress' ),