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 9243137 commit 2e7ea99Copy full SHA for 2e7ea99
src/wpephpcompat.php
@@ -79,6 +79,7 @@ class WPEPHPCompat {
79
'*/gravityforms/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/85
80
'*/download-monitor/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/84
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
);
84
85
/**
0 commit comments