woocommerce/admin
John Cotton c980c67f7d The order of slicing then reversing of both the top sellers and top earners arrays meant that the bottom 25 products were displayed, not the top 25.
The first asort puts the values in ascending order so slicing first takes the bottom values upwards.

By reversing first then slicing we get the top 25 downwards.
2011-11-24 00:55:29 +00:00
..
writepanels All inputs now use 'chosen' instead of the multiselect widget 2011-11-23 17:28:58 +00:00
admin-attributes.php localisation 2011-10-09 15:20:58 +01:00
admin-dashboard.php Dashboard reports range + statuses fix. Closes #123. 2011-11-01 12:08:06 +00:00
admin-import.php Removed all trailing white space. Closes #71. 2011-10-26 20:10:36 +01:00
admin-init.php All inputs now use 'chosen' instead of the multiselect widget 2011-11-23 17:28:58 +00:00
admin-install.php Better transient clear on install 2011-11-18 01:03:39 +00:00
admin-post-types.php Wrapped localisation around status names. Closes #227. 2011-11-18 14:02:16 +00:00
admin-reports.php The order of slicing then reversing of both the top sellers and top earners arrays meant that the bottom 25 products were displayed, not the top 25. 2011-11-24 00:55:29 +00:00
admin-settings-forms.php Faster loading 2011-11-23 17:42:49 +00:00
admin-settings.php All inputs now use 'chosen' instead of the multiselect widget 2011-11-23 17:28:58 +00:00
admin-taxonomies.php Support for ordering attributes with the same ID (but different taxonomies) 2011-11-22 16:55:59 +00:00