Changes between Initial Version and Version 1 of Ticket #2468, comment 4
- Timestamp:
- 02/13/2017 11:24:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2468, comment 4
initial v1 1 WordPress trunk is currently using the new plugin directory API to test it ([https://wordpress.slack.com/archives/core/p1487020278008579 per @sam on Slack]), and I've traced the issue to the API endpoints there.1 WordPress trunk is currently using the new plugin directory API to test it ([https://wordpress.slack.com/archives/core/p1487020278008579 per @samuelsidler on Slack]), and I've traced the issue to the API endpoints there. 2 2 3 3 It's not an issue in the directory itself, because the Ratings widget uses a hardcoded [source:sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php?rev=4622&marks=50#L49 range( 5, 1 )] in the `foreach()` loop, instead of using the actual order as returned by the API.