Skip to content

Commit 1c0f076

Browse files
authored
Merge pull request #149 from boogah/master
Adding Give to whitelist
2 parents 852778f + a599277 commit 1c0f076

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
@@ -84,6 +84,7 @@ class WPEPHPCompat {
8484
'*/comment-mail/*' => '7.0', // https://wordpress.org/support/topic/false-positive-comment-mail/
8585
'*/social-networks-auto-poster-facebook-twitter-g/*' => '7.0', // https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/
8686
'*/mailpoet/*' => '7.0', // https://wordpress.org/support/topic/false-positive-mailpoet-3-not-compatible-with-php7/
87+
'*/give/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/148
8788
);
8889

8990
/**

0 commit comments

Comments
 (0)