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:
Eric Busch 2017-02-23 12:59:09 -05:00 committed by GitHub
parent a5752f9710
commit c7b623e36a
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
'LRD' => '$',
'LSL' => 'L',
'LYD' => 'ل.د',
'MAD' => 'د. م.',
'MAD' => 'د.م.',
'MDL' => 'MDL',
'MGA' => 'Ar',