2019-11-15 23:26:29 +01:00
|
|
|
<?php
|
2022-06-16 14:01:47 +02:00
|
|
|
/**
|
|
|
|
|
* Duplicated from the GlotPress/GlotPress-WP project.
|
|
|
|
|
*
|
|
|
|
|
* @package automattic/jetpack
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Import file from compat package.
|
|
|
|
|
*
|
|
|
|
|
* @deprecated Please use 'projects/packages/compat/lib/locales.php' instead.
|
|
|
|
|
*/
|
|
|
|
|
require_once JETPACK__PLUGIN_DIR . 'jetpack_vendor/automattic/jetpack-compat/lib/locales.php';
|