Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #53282


Ignore:
Timestamp:
05/26/2021 03:59:59 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53282 – Description

    v1 v2  
    77}}}
    88
    9 This is obviously an edge case, but we can easily avoid the warning be casting the value to `(int)` before checking.
     9This is obviously an edge case, but we can easily avoid the warning by casting the value to `(int)` before checking.