Opened 7 months ago

Closed 7 months ago

Last modified 7 months ago

#2000 closed defect (fixed)

In Settings > Forums, BuddyPress and Akismet settings not displayed

Reported by: jmdodd 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)

  • Resolution set to fixed
  • Status changed from new to closed

(In [4282]) Capabilities:

  • Update mapped caps in map_settings_meta_caps().
  • Fixes missing BuddyPress and Akismet settings on single-site installations.
  • Fixes #2000.
  • Milestone changed from Awaiting Review to 2.2
Note: See TracTickets for help on using tickets.