Changeset 2768 for branches/plugin/bbp-includes/bbp-hooks.php
- Timestamp:
- 01/07/2011 09:43:40 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-hooks.php
r2758 r2768 84 84 add_action( 'bbp_deactivation', 'bbp_remove_caps', 1 ); 85 85 add_action( 'bbp_deactivation', 'bbp_remove_roles', 2 ); 86 87 // Topic Tag Page 88 add_action( 'template_redirect', 'bbp_manage_topic_tag_handler', 1 ); 86 89 87 90 // Profile Page
Note: See TracChangeset
for help on using the changeset viewer.