Skip to:
Content

bbPress.org

Changeset 4300


Ignore:
Timestamp:
11/02/2012 06:30:23 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Do no call bbp_add_caps() on activation anymore.
  • This is handled by new forums roles.
  • See #1939.
File:
1 edited

Legend:

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

    r4250 r4300  
    6363
    6464// Activation
    65 add_action( 'bbp_activation', 'bbp_add_caps'             );
    6665add_action( 'bbp_activation', 'bbp_delete_rewrite_rules' );
    6766
     
    7271
    7372// New Site
    74 add_action( 'bbp_new_site', 'bbp_add_caps',               6 );
    7573add_action( 'bbp_new_site', 'bbp_create_initial_content', 8 );
    7674
Note: See TracChangeset for help on using the changeset viewer.