Skip to:
Content

bbPress.org

Changeset 3944


Ignore:
Timestamp:
06/12/2012 03:22:04 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Add 'read_private_forums' capability to all registered user roles.
  • This can still be conditionally modified by other plugins (namely BuddyPress for Private Group Forums.)
  • Fixes #1845.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-caps.php

    r3860 r3944  
    492492            $caps = array(
    493493
     494                // Forum caps
     495                'read_private_forums',
     496
    494497                // Topic caps
    495498                'publish_topics',
Note: See TracChangeset for help on using the changeset viewer.