- Timestamp:
- 01/10/2019 05:45:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/serve-happy/1.0/include.php
r6806 r8065 27 27 return array( 28 28 'recommended_version' => RECOMMENDED_PHP, 29 'minimum_version' => MINIMUM_PHP, 29 30 'is_supported' => version_compare( $php_version, SUPPORTED_PHP, '>=' ), 30 31 'is_secure' => version_compare( $php_version, SECURE_PHP, '>=' ),
Note: See TracChangeset
for help on using the changeset viewer.