Skip to content

Commit 1c9bd64

Browse files
committed
Whitelist Comet Cache.
1 parent 240ae29 commit 1c9bd64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wpephpcompat.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class WPEPHPCompat {
8080
'*/download-monitor/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/84
8181
'*/query-monitor/*' => '7.0', // https://wordpress.org/support/topic/false-positive-showing-query-monitor-as-not-php-7-compatible/
8282
'*/bbpress/*' => '7.0', // https://wordpress.org/support/topic/false-positive-showing-bbpress-as-not-php-7-compatible/
83+
'*/comet-cache/*' => '7.0', // https://wordpress.org/support/topic/false-positive-comet-cache/
8384
);
8485

8586
/**

0 commit comments

Comments
 (0)