Changeset 11799 for trunk/src/bp-blogs/bp-blogs-activity.php
- Timestamp:
- 01/05/2018 04:21:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r11794 r11799 65 65 * @param array $value Array of post types to track. 66 66 */ 67 $post_types = apply_filters( 'bp_blogs_record_post_post_types', array( 'p age', 'post' ) );67 $post_types = apply_filters( 'bp_blogs_record_post_post_types', array( 'post' ) ); 68 68 $post_types_array = array_flip( $post_types ); 69 69 … … 96 96 * @param array $value Array of post types to track. 97 97 */ 98 $comment_post_types = apply_filters( 'bp_blogs_record_comment_post_types', array( 'p age', 'post' ) );98 $comment_post_types = apply_filters( 'bp_blogs_record_comment_post_types', array( 'post' ) ); 99 99 $comment_post_types_array = array_flip( $comment_post_types ); 100 100
Note: See TracChangeset
for help on using the changeset viewer.