Opened 13 years ago
Closed 13 years ago
#2150 closed defect (bug) (fixed)
BuddyPress: Call to undefined function bbp_group_is_user_banned()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Extend - BuddyPress | Keywords: | has-patch |
| Cc: |
Description
The bbp_group_is_user_banned() function does not exist; attached patch renames the function call to the proper bbp_group_is_banned().
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4702]) Use correct bbp_group_is_banned() function. Props r-a-y. Fixes #2150.