Changeset 57985 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 04/11/2024 09:09:49 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r57651 r57985 1648 1648 $response['is_lower_than_future_minimum'] = false; 1649 1649 1650 // The minimum supported PHP version will be updated to 7. 2. Check if the current version is lower.1651 if ( version_compare( $version, '7. 2', '<' ) ) {1650 // The minimum supported PHP version will be updated to 7.4 in the future. Check if the current version is lower. 1651 if ( version_compare( $version, '7.4', '<' ) ) { 1652 1652 $response['is_lower_than_future_minimum'] = true; 1653 1653
Note: See TracChangeset
for help on using the changeset viewer.