Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/18/2012 07:47:06 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Admin:

  • First pass at WordPress core style about and credits UI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-actions.php

    r4053 r4159  
    6464
    6565// Activation
     66add_action( 'bbp_activation', 'bbp_activating',     1 );
    6667add_action( 'bbp_activation', 'bbp_add_roles',      1 );
    6768add_action( 'bbp_activation', 'bbp_add_caps',       2 );
     
    7374add_action( 'bbp_deactivation', 'bbp_remove_roles',   2 );
    7475add_action( 'bbp_deactivation', 'flush_rewrite_rules'   );
     76add_action( 'bbp_deactivation', 'bbp_deactivated'       );
    7577
    7678//
Note: See TracChangeset for help on using the changeset viewer.