Changeset 4351 for trunk/includes/core/capabilities.php
- Timestamp:
- 11/07/2012 08:34:46 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/capabilities.php
r4350 r4351 383 383 bbp_get_anonymous_role() => array( 384 384 '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() ) 386 386 ), 387 387
Note: See TracChangeset
for help on using the changeset viewer.