Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2014 closed defect (bug) (fixed)

Links to reviews from plugin page is incorrect

Reported by: ipstenu's profile Ipstenu Owned by: coffee2code's profile coffee2code
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)

#1 @coffee2code
8 years ago

  • Owner set to coffee2code
  • Status changed from new to accepted

#2 @coffee2code
8 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

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.

Note: See TracTickets for help on using tickets.