This commit is contained in:
Rodrigo Primo 2020-03-04 16:25:33 -03:00
parent c529273973
commit 62d3a1fa44
1 changed files with 3 additions and 3 deletions

View File

@ -322,7 +322,7 @@ function get_woocommerce_currency() {
/** /**
* Get full list of currency codes. * Get full list of currency codes.
* *
* Currency Symbols and mames should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) * Currency symbols and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names)
* *
* @return array * @return array
*/ */
@ -508,7 +508,7 @@ function get_woocommerce_currencies() {
/** /**
* Get all available Currency symbols. * Get all available Currency symbols.
* *
* Currency Symbols and mames should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) * Currency symbols and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names)
* *
* @return array * @return array
*/ */
@ -690,7 +690,7 @@ function get_woocommerce_currency_symbols() {
/** /**
* Get Currency symbol. * Get Currency symbol.
* *
* Currency Symbols and mames should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names) * Currency symbols and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/currency-names)
* *
* @param string $currency Currency. (default: ''). * @param string $currency Currency. (default: '').
* @return string * @return string