diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 41565ee1aec..aa8f7587c4e 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -220,7 +220,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) { switch ( $currency ) { case 'AED' : - $currency_symbol = '(د.إ'; + $currency_symbol = 'د.إ'; break; case 'BRL' : $currency_symbol = 'R$';