We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a7d63 commit 5d6f0d5Copy full SHA for 5d6f0d5
src/wpephpcompat.php
@@ -92,7 +92,7 @@ class WPEPHPCompat {
92
'*/woocommerce-pdf-invoices-packing-slips/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/160
93
'*/iwp-client/*' => '7.0', // https://wordpress.org/support/topic/iwp-client-and-php-7-compatibility/
94
'*/health-check/*' => '7.2', // https://github.com/wpengine/phpcompat/issues/179
95
- '*/genesis/' => '7.2', // https://github.com/wpengine/phpcompat/issues/127
+ '*/genesis/*' => '7.2', // https://github.com/wpengine/phpcompat/issues/127
96
);
97
98
/**
0 commit comments