Changeset 4041 for branches/plugin/bbp-includes/bbp-core-actions.php
- Timestamp:
- 07/01/2012 11:50:30 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-actions.php
r4035 r4041 218 218 add_action( 'bbp_new_topic', 'bbp_global_access_auto_role' ); 219 219 add_action( 'bbp_new_reply', 'bbp_global_access_auto_role' ); 220 221 // Caches 222 add_action( 'bbp_new_forum_pre_extras', 'bbp_clean_post_cache' ); 223 add_action( 'bbp_new_forum_post_extras', 'bbp_clean_post_cache' ); 224 add_action( 'bbp_new_topic_pre_extras', 'bbp_clean_post_cache' ); 225 add_action( 'bbp_new_topic_post_extras', 'bbp_clean_post_cache' ); 226 add_action( 'bbp_new_reply_pre_extras', 'bbp_clean_post_cache' ); 227 add_action( 'bbp_new_reply_post_extras', 'bbp_clean_post_cache' ); 220 228 221 229 /**
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)