Completed
Push — fix/strip-image-dimensions-may... ( 04048d...a84daa )
by
unknown
08:23
created

Jetpack_IXR_ClientMulticall::__construct()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 4
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
<?php
2
/**
3
 * Deprecated since 7.7.
4
 *
5
 * @deprecated
6
 * @package jetpack
7
 */
8
9
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
10
_deprecated_file( basename( __FILE__ ), 'jetpack-7.7' );
11