From 55c9554ace96ad966a53feb0ac7d8d1bbde6bbb9 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Mon, 30 Jan 2017 10:35:47 +0100 Subject: [PATCH] Use MDL Closes #13016 --- includes/wc-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 53b4e207b92..37af4ba8153 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -542,7 +542,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) { 'LYD' => 'ل.د', 'MAD' => 'د. م.', 'MAD' => 'د.م.', - 'MDL' => 'L', + 'MDL' => 'MDL', 'MGA' => 'Ar', 'MKD' => 'ден', 'MMK' => 'Ks',