Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57839, comment 71


Ignore:
Timestamp:
06/30/2023 11:59:31 PM (21 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57839, comment 71

    initial v1  
    22
    33Wondering if this change "can get away with" casting to strings before comparing. Seems int is also a valid key and/or value type there too.
     4
     5The same is probably true for the strict comparison in `WP_List_Util::sort_callback()`. May miss things when comparing strings to int.