Set path to absolute, update file meta
This commit is contained in:
parent
168ec90e6c
commit
9d06c74339
|
@ -2,8 +2,8 @@
|
|||
/**
|
||||
* Currency formatting information
|
||||
*
|
||||
* @package WooCommerce\Payments\i18n
|
||||
* @version 3.5.0
|
||||
* @package WooCommerce\i18n
|
||||
* @version 5.5.0
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
/**
|
||||
* Locales information
|
||||
*
|
||||
* @package WooCommerce\Payments\i18n
|
||||
* @version 3.5.0
|
||||
* @package WooCommerce\i18n
|
||||
* @version 5.5.0
|
||||
*/
|
||||
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
$locales = include 'currency-info.php';
|
||||
$locales = include WC()->plugin_path() . '/i18n/currency-info.php';
|
||||
|
||||
return array(
|
||||
'AD' => array(
|
||||
|
|
Loading…
Reference in New Issue