| 1 |
<?php // phpcs:disable Squiz.Commenting.FileComment.SpacingAfterComment |
| 2 |
/** |
| 3 |
* Identity Crisis handler. |
| 4 |
* |
| 5 |
* @deprecated 9.8.0. Functionality moved to the automattic/identity-crisis package. |
| 6 |
* @package automattic/jetpack |
| 7 |
*/ |
| 8 |
|
| 9 |
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped |
| 10 |
_deprecated_file( basename( __FILE__ ), 'jetpack-9.8' ); |
| 11 |
|