Remove opening bracket from AED currency symbol

This commit is contained in:
Gerhard 2014-03-12 15:50:51 +02:00 committed by Mike Jolley
parent 24f47553e2
commit a049c63123
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
switch ( $currency ) {
case 'AED' :
$currency_symbol = '(د.إ';
$currency_symbol = 'د.إ';
break;
case 'BRL' :
$currency_symbol = 'R$';