#2000 closed defect (bug) (fixed)
In Settings > Forums, BuddyPress and Akismet settings not displayed
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General - Administration | 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)
Note: See
TracTickets for help on using
tickets.
(In [4282]) Capabilities: