kollapsminoriteten/wp-content/plugins/jetpack/locales.php

18 lines
371 B
PHP
Raw Permalink Normal View History

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
*/
2025-12-12 13:13:07 +01:00
if ( ! defined( 'ABSPATH' ) ) {
exit( 0 );
}
2022-06-16 14:01:47 +02:00
/**
* 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';