Skip to:
Content

BuddyPress.org

Ticket #4784: 4784.2.patch

File 4784.2.patch, 643 bytes (added by ketuchetan, 8 years ago)

Added second one if the first is wrong.

  • src/bp-blogs/bp-blogs-activity.php

     
    9595                 *
    9696                 * @param array $value Array of post types to track.
    9797                 */
    98                 $comment_post_types = apply_filters( 'bp_blogs_record_comment_post_types', array( 'post' ) );
     98                $comment_post_types = apply_filters( 'bp_blogs_record_comment_post_types', array( 'post', 'page' ) );
    9999                $comment_post_types_array = array_flip( $comment_post_types );
    100100
    101101                if ( isset( $comment_post_types_array[ $post_type ] ) ) {