[buddypress-trac] [BuddyPress Trac] #6306: custom post type support for activities
buddypress-trac
noreply at wordpress.org
Mon May 4 19:31:25 UTC 2015
#6306: custom post type support for activities
-----------------------------------+---------------------
Reporter: shanebp | Owner: imath
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.3
Component: Component - Blogs | Version: 2.2
Severity: normal | Resolution: fixed
Keywords: has-patch 2nd-opinion |
-----------------------------------+---------------------
Changes (by imath):
* owner: => imath
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"9837"]:
{{{
#!CommitTicketReference repository="" revision="9837"
Make sure tracked post types registered using the
`bp_blogs_record_post_post_types` filter will have the same activity
tracking arguments than the `post` post type.
Since 2.2.0, and the introduction of the custom post types activities
feature, when a post type was registered using the
`bp_blogs_record_post_post_types` filter it had specific tracking
arguments. It introduced some inconsistency as soon as the filter
`bp_blogs_record_comment_post_types` was also used to track comments about
this post type and when the activity/comment syncing feature was on.
From now on, post types registering to Site tracking using the filter
`bp_blogs_record_post_post_types` will automatically get the same tracking
arguments than the `post` post type to fix this inconsistency.
Props shanebp, boonebgorges
Fixes #6306
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6306#comment:21>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list