Opened 8 years ago
Closed 8 years ago
#2767 closed defect (bug) (fixed)
Add support forum redirects for the bb's
Reported by: | netweb | Owned by: | Otto42 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | has-patch |
Cc: |
Description (last modified by )
Following the reintroduction of the "tabbed interface" for the plugin directory in [5399] the "Support" tab for the bbPress and BuddyPress plugins no longer redirect to their support forums.
https://wordpress.org/support/plugin/bbpress
should redirect tohttps://bbpress.org/forums/
https://wordpress.org/support/plugin/buddypress
should redirect tohttps://buddypress.org/support/
Attachments (3)
Change History (12)
#3
@
8 years ago
- Keywords has-patch added; needs-patch removed
@Otto42: 2767.patch reuses the code and the comment from Support::widget().
#4
follow-up:
↓ 5
@
8 years ago
- Keywords needs-patch added; has-patch removed
Since this is used in multiple places, I was actually going to add it to the plugin part as a function and then call on that instead.
#5
in reply to:
↑ 4
@
8 years ago
Replying to Otto42:
Since this is used in multiple places, I was actually going to add it to the plugin part as a function and then call on that instead.
Like this? 2767.2.patch
#7
@
8 years ago
Missed setting $resolutions
to false in the previous patch.
2767.3.patch does that for any support URL not starting with https://wordpress.org
.
Yes, I thought I corrected for that, but somehow I missed it in my final code. I'll fix it soon.