We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9bd64 commit 92bf159Copy full SHA for 92bf159
src/wpephpcompat.php
@@ -81,6 +81,7 @@ class WPEPHPCompat {
81
'*/query-monitor/*' => '7.0', // https://wordpress.org/support/topic/false-positive-showing-query-monitor-as-not-php-7-compatible/
82
'*/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/
84
+ '*/comment-mail/*' => '7.0', // https://wordpress.org/support/topic/false-positive-comment-mail/
85
);
86
87
/**
0 commit comments