Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/05/2018 04:21:48 PM (7 years ago)
Author:
djpaul
Message:

Revert "Blogs: track Pages (post type) and comments in the activity stream."

This is causing unit tests failures -- probably something internal to bp_blogs_register_post_tracking_args().
Reverting for future investigation.

Re-opens #4785

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/classes/class-bp-blogs-component.php

    r11794 r11799  
    106106             * @param array $value Array of post types to track.
    107107             */
    108             $post_types = apply_filters( 'bp_blogs_record_post_post_types', array( 'page', 'post' ) );
     108            $post_types = apply_filters( 'bp_blogs_record_post_post_types', array( 'post' ) );
    109109
    110110            foreach ( $post_types as $post_type ) {
Note: See TracChangeset for help on using the changeset viewer.