Set path to absolute, update file meta

This commit is contained in:
Taha Paksu 2021-07-11 00:49:53 +03:00
parent 168ec90e6c
commit 9d06c74339
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
/** /**
* Currency formatting information * Currency formatting information
* *
* @package WooCommerce\Payments\i18n * @package WooCommerce\i18n
* @version 3.5.0 * @version 5.5.0
*/ */
defined( 'ABSPATH' ) || exit; defined( 'ABSPATH' ) || exit;

View File

@ -2,13 +2,13 @@
/** /**
* Locales information * Locales information
* *
* @package WooCommerce\Payments\i18n * @package WooCommerce\i18n
* @version 3.5.0 * @version 5.5.0
*/ */
defined( 'ABSPATH' ) || exit; defined( 'ABSPATH' ) || exit;
$locales = include 'currency-info.php'; $locales = include WC()->plugin_path() . '/i18n/currency-info.php';
return array( return array(
'AD' => array( 'AD' => array(