Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #55941


Ignore:
Timestamp:
06/07/2022 06:15:38 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55941

    • Property Keywords needs-patch added
    • Property Milestone changed from Awaiting Review to 6.1
  • Ticket #55941 – Description

    initial v4  
    22
    33According to the PHP documentation https://www.php.net/manual/en/language.types.array.php, in array keys,
    4 - null is the same as ''
    5 - false and '0' are the same as 0
     4- `null` is the same as `''`
     5- `false` and `'0'` are the same as `0`
    66
    77In `Translation_Entry::key()` we can find: