#1910 closed defect (fixed)
'bbp_get_displayed_user_field' is missing its hook
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1.1 |
| Component: | Actions/Filters | Version: | 2.1 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | iamzippy |
Description
All of its neighbouring getter functions use apply_filters(). Looks like this one just slipped through the net.
In bbp-user-template.php.
Change History (5)
- Cc iamzippy added
- Milestone changed from Awaiting Review to Future Release
- Milestone changed from Future Release to 2.1.1
- Resolution set to fixed
- Status changed from new to closed
(In [4095]) Actions/Filters?:
- Add filter to bbp_get_displayed_user_field().
- Fixes #1910.
- For 2.1 branch.
- Props iamzippy.
Note: See
TracTickets for help on using
tickets.
(In [4094]) Actions/Filters?: