Removed duplicate $symbols array key
'MAD' key was used twice in the get_woocommerce_currency_symbol() function. Removed the 'MAD' key containing this value: 'د. م.'
This commit is contained in:
parent
a5752f9710
commit
c7b623e36a
|
@ -542,7 +542,6 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
|
|||
'LRD' => '$',
|
||||
'LSL' => 'L',
|
||||
'LYD' => 'ل.د',
|
||||
'MAD' => 'د. م.',
|
||||
'MAD' => 'د.م.',
|
||||
'MDL' => 'MDL',
|
||||
'MGA' => 'Ar',
|
||||
|
|
Loading…
Reference in New Issue