Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/03/2012 08:00:14 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Enforce blocked logged in users by showing them a 404 if they cannot spectate.
  • See #1939.
File:
1 edited

Legend:

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

    r4303 r4316  
    246246 * 3. Editing forums, topics, replies, users, and tags
    247247 */
     248add_action( 'bbp_template_redirect', 'bbp_forum_enforce_blocked',   -1 );
    248249add_action( 'bbp_template_redirect', 'bbp_forum_enforce_hidden',    -1 );
    249250add_action( 'bbp_template_redirect', 'bbp_forum_enforce_private',   -1 );
Note: See TracChangeset for help on using the changeset viewer.