2019-11-15 23:26:29 +01:00
|
|
|
<?php
|
|
|
|
|
/**
|
2024-04-17 11:32:24 +02:00
|
|
|
* Module formerly known as Enhanced Distribution.
|
|
|
|
|
*
|
|
|
|
|
* @deprecated 13.2.0
|
2022-04-02 10:26:41 +02:00
|
|
|
*
|
|
|
|
|
* @package automattic/jetpack
|
2019-11-15 23:26:29 +01:00
|
|
|
*/
|
|
|
|
|
|
2024-04-17 11:32:24 +02:00
|
|
|
_deprecated_file( basename( __FILE__ ), 'jetpack-13.3' );
|
|
|
|
|
// Silence is golden. Left here to ensure no fatals on some seemingly misconfigured opcache setups.
|