Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #6306, comment 2


Ignore:
Timestamp:
03/19/2015 05:19:04 PM (10 years ago)
Author:
shanebp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6306, comment 2

    v2 v3  
    1313add_filter( 'bp_blogs_record_post_post_types', 'cpt_posts' );  // works
    1414
    15 // doesn't work in 2.2 either
     15// And the old method of customing the activity action doesn't work in 2.2 either
    1616add_filter('bp_blogs_activity_new_post_action', 'cpt_activity_action', 15, 3);
    1717}}}