Opened 8 years ago
Closed 8 years ago
#2014 closed defect (bug) (fixed)
Links to reviews from plugin page is incorrect
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | needs-patch |
Cc: |
Description
If you go to a plugin page and click on the stars to leave a review you get this URL
https://wordpress.org/support/forum/reviews/?rate=5#new-post
It SHOULD be this:
https://wordpress.org/support/plugin/query-monitor/reviews/?rate=5#new-post
So 'forum' needs to be replaced with 'plugin/pluginname' is all :)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed in [dotorg12414].
There was a typo in an sprintf string that caused the "plugin" part of the URL from being properly included, which resulted in URL that redirected to an incorrect location.