#2718 closed defect (bug) (fixed)
`BBP_Forums_Group_Extension::display()` should take `$group_id` param
Reported by: | boonebgorges | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.5.8 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Extend - BuddyPress | Keywords: | has-patch |
Cc: |
Description
See https://buddypress.trac.wordpress.org/ticket/5533#comment:7. PHP notices will be thrown in strict mode if the class definition doesn't match the parent. (Sorry :) ) Patch attached.
Attachments (1)
Change History (11)
This ticket was mentioned in Slack in #buddypress by boone. View the logs.
10 years ago
#5
follow-up:
↓ 6
@
10 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
- Version set to 2.5.5
Just to inform you that this patch is not in 2.5.5 !
https://bbpress.trac.wordpress.org/browser/tags/2.5.5/includes/extend/buddypress/groups.php#L151
#6
in reply to:
↑ 5
@
10 years ago
Replying to danbp:
Just to inform you that this patch is not in 2.5.5 !
https://bbpress.trac.wordpress.org/browser/tags/2.5.5/includes/extend/buddypress/groups.php#L151
Correct. This ticket is in the 2.6 milestone. Just like with BuddyPress & WordPress, x.x.x releases are reserved for relatively critical bug fixes to the x.x branch.
#7
@
10 years ago
Thank you @jjj, but sorry to come back to tell that the notice is still there after patching.
WP 4.1.1
BP 2.2.1
bbP 2.5.5
Theme Twenty Twelve
PHP 5.5.12
#8
@
10 years ago
You are correct. The fix was not applied to the 2.5 branch of code, so no fix was packaged into 2.5.5. It is in trunk, and will be in 2.6.
Thanks Boone :)