Changes between Initial Version and Version 1 of Ticket #57839, comment 71
- Timestamp:
- 06/30/2023 11:59:31 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57839, comment 71
initial v1 2 2 3 3 Wondering 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 5 The same is probably true for the strict comparison in `WP_List_Util::sort_callback()`. May miss things when comparing strings to int.