#2765 closed enhancement (duplicate)
No indication of responses to reviews
Reported by: | chriscct7 | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Change History (4)
Note: See
TracTickets for help on using
tickets.
This was not introduced by [5399], but was introduced by the general roll out of the new directory as a whole. Nevertheless, I agree that having an indication of replies made to reviews is important to have.
The code used for displaying those reviews is here:
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-reviews.php
Reviews are retrieved from the forums here:
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php#L47
Both of these would need modifications, to get the number of replies, and to display them.