Opened 11 years ago
Closed 11 years ago
#2525 closed defect (bug) (fixed)
Incorrect filter name in the bbp_get_forum_slug function
Reported by: | icu0755 | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | API - Actions/Filters | Keywords: | |
Cc: |
Description
Hello. Please take a look at line 508 (bbpress\includes\core\options.php).
The function bbp_get_forum_slug uses the same filter name (bbp_get_root_slug) as the function bbp_get_root_slug (line 462).
Using this filter name will cause 'Maximum function nesting level of '100' reached' error. Could you please change the filter name 'bbp_get_root_slug' to 'bbp_get_forum_slug' in the function bbp_get_forum_slug to avoid this issue.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 5304: