Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #2140, comment 10


Ignore:
Timestamp:
02/09/2013 01:38:25 AM (14 years ago)
Author:
aaclayton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2140, comment 10

    initial v1  
    1515For example, if I condition on:
    1616
    17 if( 1 == $bp->groups->current_group->is_member )
     17`if( 1 == $bp->groups->current_group->is_member )`
    1818
    1919I can grant myself the 'read_hidden_forums' capability early enough to post new topics!