Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/08/2012 07:50:55 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Only setup the default current user role when the current user has been byref copied into bbPress's instance.
  • Fixes issue where some core actions are suppressed during the deactivation process, causing an action order conflict with current_user.
  • Fixes #1939.
File:
1 edited

Legend:

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

    r4350 r4360  
    118118// Try to load the bbpress-functions.php file from the active themes
    119119add_action( 'bbp_after_setup_theme', 'bbp_load_theme_functions', 10 );
    120 
    121 // Multisite Global Forum Access
    122 add_action( 'bbp_setup_current_user', 'bbp_set_current_user_default_role', 10 );
    123120
    124121// Widgets
Note: See TracChangeset for help on using the changeset viewer.