Skip to content

Commit 94385b9

Browse files
committed
Use get_phpversions()
1 parent 3e3a3f4 commit 94385b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wpengine-phpcompat.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ function settings_page() {
248248
$test_version = get_option( 'wpephpcompat.test_version' );
249249
$only_active = get_option( 'wpephpcompat.only_active' );
250250

251+
$phpversions = $this->get_phpversions();
252+
251253
// Assigns defaults for the scan if none are found in the database.
252254
$test_version = ( false !== $test_version ) ? $test_version : '7.0';
253255
$only_active = ( false !== $only_active ) ? $only_active : 'yes';

0 commit comments

Comments
 (0)