Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/07/2011 09:43:40 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce tag management utilities. Fixes #1424. Props GautamGupta via Google Code-in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-hooks.php

    r2758 r2768  
    8484add_action( 'bbp_deactivation', 'bbp_remove_caps',   1     );
    8585add_action( 'bbp_deactivation', 'bbp_remove_roles',  2     );
     86
     87// Topic Tag Page
     88add_action( 'template_redirect', 'bbp_manage_topic_tag_handler', 1 );
    8689
    8790// Profile Page
Note: See TracChangeset for help on using the changeset viewer.