Opened 12 years ago
Closed 12 years ago
#2097 closed defect (bug) (fixed)
Typo in /trunk/ branch for bbp_remove_caps() in /admin/tools.php
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.2 |
Component: | General - Administration | Keywords: | has- |
Cc: |
Description
Typo in /trunk/ branch for bbp_remove_caps() in /trunk/ branch relating to commits from #2065
/trunk/ r4527 bp_remove_caps();
http://bbpress.trac.wordpress.org/browser/trunk/includes/admin/tools.php#L1126
/branches/2.2/ r4528 bbp_remove_caps();
http://bbpress.trac.wordpress.org/browser/branches/2.2/includes/admin/tools.php#L1126
Both branches should be calling bbp_remove_caps();
Attachments (1)
Change History (3)
Note: See TracTickets for help on using tickets.
(In [4595]) In bbp_admin_reset_handler(), use correct bbp_remove_caps() function. Props netweb. Fixes #2097.