Skip to content

Commit 9103f1b

Browse files
authored
Merge pull request #217 from uglyrobot/patch-1
Whitelist WPMU DEV Dashboard plugin
2 parents 695d4a9 + b763911 commit 9103f1b

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
@@ -93,6 +93,7 @@ class WPEPHPCompat {
9393
'*/iwp-client/*' => '7.0', // https://wordpress.org/support/topic/iwp-client-and-php-7-compatibility/
9494
'*/health-check/*' => '7.2', // https://github.com/wpengine/phpcompat/issues/179
9595
'*/genesis/*' => '7.2', // https://github.com/wpengine/phpcompat/issues/127
96+
'*/wpmudev-updates/*' => '7.3', // https://github.com/wpengine/phpcompat/issues/178
9697
);
9798

9899
/**

0 commit comments

Comments
 (0)