Changeset 2965 for branches/plugin/bbp-includes/bbp-hooks.php
- Timestamp:
- 03/25/2011 11:26:30 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
r2958 r2965 106 106 add_action( 'bbp_template_notices', 'bbp_notice_edit_user_success' ); 107 107 add_action( 'bbp_template_notices', 'bbp_notice_edit_user_is_super_admin', 2 ); 108 109 // New/Edit Forum 110 if ( is_admin() ) 111 add_action( 'wp_insert_post', 'bbp_new_forum_admin_handler', 10, 2 ); 112 113 // Update forum branch 114 add_action( 'bbp_trashed_forum', 'bbp_update_forum_walker' ); 115 add_action( 'bbp_untrashed_forum', 'bbp_update_forum_walker' ); 116 add_action( 'bbp_deleted_forum', 'bbp_update_forum_walker' ); 117 add_action( 'bbp_spammed_forum', 'bbp_update_forum_walker' ); 118 add_action( 'bbp_unspammed_forum', 'bbp_update_forum_walker' ); 108 119 109 120 // New/Edit Reply
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)