Skip to content

Commit 2e7ea99

Browse files
committed
Whitelist bbPress.
1 parent 9243137 commit 2e7ea99

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
@@ -79,6 +79,7 @@ class WPEPHPCompat {
7979
'*/gravityforms/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/85
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/
82+
'*/bbpress/*' => '7.0', // https://wordpress.org/support/topic/false-positive-showing-bbpress-as-not-php-7-compatible/
8283
);
8384

8485
/**

0 commit comments

Comments
 (0)