Changes between Version 2 and Version 3 of Ticket #6306, comment 2
- Timestamp:
- 03/19/2015 05:19:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6306, comment 2
v2 v3 13 13 add_filter( 'bp_blogs_record_post_post_types', 'cpt_posts' ); // works 14 14 15 // doesn't work in 2.2 either15 // And the old method of customing the activity action doesn't work in 2.2 either 16 16 add_filter('bp_blogs_activity_new_post_action', 'cpt_activity_action', 15, 3); 17 17 }}}