Opened 19 years ago
Closed 19 years ago
#2688 closed defect (bug) (duplicate)
plugin order is wrong
Reported by: | Denis-de-Bernardy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0.2 |
Component: | Administration | Keywords: | bg|has-patch, bg|needs-testing |
Focuses: | Cc: |
Description
in wp-admin/plugins.php, they're sorted via:
uksort($plugins, 'sort_plugins');
it should be:
usort($plugins, 'sort_plugins');
Attachments (1)
Note: See
TracTickets for help on using
tickets.
or not... by in any event, the order is completely wrong. a var_dump of the $plug1 and $plug2 variable of the sort function highlights this quite clearly.