Changes between Initial Version and Version 1 of Ticket #59448, comment 25
- Timestamp:
- 01/29/2024 07:01:30 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59448, comment 25
initial v1 1 @jorbin the whole issue is that `version_compare` sees `5.0.0` as different that `5.0`. Fundamentally I understand this but as WordPress doesn't follow semantic versioning, fixing the issue is much simpler.1 @jorbin the whole issue is that `version_compare` sees `5.0.0` as different that `5.0`. Fundamentally I understand this but as WordPress doesn't follow semantic versioning, silently fixing the issue is much simpler. 2 2 3 3 The notice would only display for users with `WP_DEBUG` set to `true` and it makes writing the tests much more difficult.