Skip to:
Content

BuddyPress.org

Changes between Version 2 and Version 3 of Ticket #5669, comment 16


Ignore:
Timestamp:
11/24/2014 11:42:37 PM (9 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5669, comment 16

    v2 v3  
    2727{{{
    2828function page_supports_tracking() {
    29         add_post_type_support( 'page', 'buddy press-activity' );
     29        add_post_type_support( 'page', 'buddypress-activity' );
    3030}
    3131add_action( 'bp_init', 'page_supports_tracking' );