Make WordPress Core

Changes between Version 4 and Version 5 of Ticket #60798, comment 4

Timestamp:
03/27/2024 03:17:04 PM (4 months ago)
Author:
antpb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60798, comment 4

    v4 v5  
    33`Imagick::getVersion — Returns the ImageMagick API version`
    44
    5 We should just directly do the phpversion() call to the module to get the version. We could use some testing hosts seeing the test errors.
     5We should just directly do the phpversion() call to the module to get the version. We could use some testing hosts seeing the test errors.
    66
    77Prior art also: https://github.com/WordPress/wordpress-develop/blob/4f9b520d3e2531c9ffb9ee5c06a2e2a7e34f9c52/src/wp-admin/includes/class-wp-debug-data.php#L540