From 6e4994e87e477f5a930c0240bf181555290b8383 Mon Sep 17 00:00:00 2001 From: byjml Date: Thu, 10 Mar 2016 11:13:42 +0300 Subject: [PATCH] Added South Sudan to the countries array. --- core/um-builtin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/um-builtin.php b/core/um-builtin.php index 8d65a6db..e4a46ab7 100644 --- a/core/um-builtin.php +++ b/core/um-builtin.php @@ -1557,6 +1557,7 @@ class UM_Builtin { 'SO' => __('Somalia',"ultimatemember"), 'ZA' => __('South Africa',"ultimatemember"), 'GS' => __('South Georgia and the South Sandwich Islands',"ultimatemember"), + 'SS' => __('South Sudan',"ultimatemember"), 'ES' => __('Spain',"ultimatemember"), 'LK' => __('Sri Lanka',"ultimatemember"), 'SD' => __('Sudan',"ultimatemember"), @@ -1609,4 +1610,4 @@ class UM_Builtin { } -} \ No newline at end of file +}