Completed
Push — try/inline-connect ( 8d5d81...1de650 )
by
unknown
611:01 queued 599:40
created

Jetpack_IDC::get_start_fresh_action_explanation()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 25

Duplication

Lines 25
Ratio 100 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 0
dl 25
loc 25
rs 9.52
c 0
b 0
f 0
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