Changes between Version 2 and Version 3 of Ticket #42918, comment 10
- Timestamp:
- 10/09/2020 05:33:24 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42918, comment 10
v2 v3 31 31 }}} 32 32 33 Here specifically: https://core.trac.wordpress.org/changeset/49108/trunk/src/wp-admin/includes/plugin.php 34 33 35 PHP doesn't allow floats to be array keys, but it will allow strings to be, and WordPress is (perhaps unintentionally) smart enough to continue to order ints and strings-with-float-contents in the correct numerical sequence. 34 36