#2000 closed defect (fixed)
In Settings > Forums, BuddyPress and Akismet settings not displayed
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Users do not have caps 'bbp_settings_buddypress' and 'bbp_settings_akismet'. All other settings sections return $caps = array( 'manage_options', 'manage_options' ); these return $caps = array( 'manage_options', 'bbp_settings_buddypress' ) and array( 'manage_options', 'bbp_settings_akismet' ) in /includes/admin/admin.php.
This does not affect 2.1.2.
Change History (2)
comment:1
johnjamesjacoby — 7 months ago
- Resolution set to fixed
- Status changed from new to closed
comment:2
johnjamesjacoby — 7 months ago
- Milestone changed from Awaiting Review to 2.2
Note: See
TracTickets for help on using
tickets.
(In [4282]) Capabilities: