| @@ -189,9 +189,9 @@ | ||
| 189 | 189 | * @return bool True if the site is being previewed in the Customizer, false otherwise. |
| 190 | 190 | */ |
| 191 | 191 | function jetpack_is_customize_preview() { |
| 192 | 192 | global $wp_customize; |
| 193 | - | |
| 193 | + // @phan-suppress-next-line PhanTypeMismatchArgumentInternal -- this continues to work as expected, but given the feature deprecation no extra work is needed. | |
| 194 | 194 | return is_a( $wp_customize, 'WP_Customize_Manager' ) && $wp_customize->is_preview(); |
| 195 | 195 | } |
| 196 | 196 | |
| 197 | 197 | /** |