Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/07/2012 08:34:46 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Get correct capabilities for anonymous role in bbp_get_editable_roles().
  • These are currently the same, though will change in future versions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/capabilities.php

    r4350 r4351  
    383383        bbp_get_anonymous_role() => array(
    384384            'name'         => __( 'Anonymous', 'bbpress' ),
    385             'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() )
     385            'capabilities' => bbp_get_caps_for_role( bbp_get_anonymous_role() )
    386386        ),
    387387
Note: See TracChangeset for help on using the changeset viewer.