Update wc-core-functions.php

This commit is contained in:
Masoud Amini 2016-12-19 16:10:11 +03:30 committed by GitHub
parent 72856b1b60
commit 7fac0156fe
1 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ function get_woocommerce_currencies() {
'IMP' => __( 'Manx pound', 'woocommerce' ), 'IMP' => __( 'Manx pound', 'woocommerce' ),
'INR' => __( 'Indian rupee', 'woocommerce' ), 'INR' => __( 'Indian rupee', 'woocommerce' ),
'IQD' => __( 'Iraqi dinar', 'woocommerce' ), 'IQD' => __( 'Iraqi dinar', 'woocommerce' ),
'IRR' => __( 'Iranian rial', 'woocommerce' ), 'IRR' => __( 'Iranian rial', 'woocommerce' ),
'IRT' => __( 'Iranian Toman', 'woocommerce' ), 'IRT' => __( 'Iranian Toman', 'woocommerce' ),
'ISK' => __( 'Icelandic króna', 'woocommerce' ), 'ISK' => __( 'Icelandic króna', 'woocommerce' ),
'JEP' => __( 'Jersey pound', 'woocommerce' ), 'JEP' => __( 'Jersey pound', 'woocommerce' ),
@ -519,7 +519,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
'INR' => '₹', 'INR' => '₹',
'IQD' => 'ع.د', 'IQD' => 'ع.د',
'IRR' => '﷼', 'IRR' => '﷼',
'IRT' => 'تومان', 'IRT' => 'تومان',
'ISK' => 'kr.', 'ISK' => 'kr.',
'JEP' => '£', 'JEP' => '£',
'JMD' => '$', 'JMD' => '$',