Changes between Initial Version and Version 1 of Ticket #47835, comment 5
- Timestamp:
- 08/05/2019 10:17:32 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47835, comment 5
initial v1 5 5 * [45185] updated the check to use the new `is_php_version_compatible()` function. 6 6 7 Initially, I thought the check should be updated to use `validate_plugin_requirements()` to account for the data both from the plugin's main PHP file sand `readme.txt`:7 Initially, I thought the check should be updated to use `validate_plugin_requirements()` to account for the data both from the plugin's main PHP file and `readme.txt`: 8 8 {{{ 9 9 $compatible_php = ! is_wp_error( validate_plugin_requirements( $plugin_file ) );