Skip to:
Content

bbPress.org

Changeset 4375 for trunk/bbpress.php


Ignore:
Timestamp:
11/09/2012 03:56:55 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Rehook bbp_set_current_user_default_role() back to 'bbp_setup_current_user'.
  • Now that deactivation check has moved, it's safe to hook this directly again.
  • Remove from bbPress::setup_current_user().
  • See #1939.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4368 r4375  
    822822    public function setup_current_user() {
    823823        $this->current_user = &wp_get_current_user();
    824 
    825         // Setup the default user role
    826         bbp_set_current_user_default_role();
    827824    }
    828825
Note: See TracChangeset for help on using the changeset viewer.