Changes between Initial Version and Version 1 of Ticket #6777, comment 2
- Timestamp:
- 12/15/2015 10:22:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6777, comment 2
initial v1 3 3 Yes sorry for this typo error. This function is not used by BuddyPress internally but is there for plugins wishing to add BuddyPress Post type activities: https://codex.buddypress.org/plugindev/post-types-activities/#customizing-generic-activity-attributes 4 4 5 The goal was to avoid having the labels inside the array (like 'bp_activity_admin_filter' ) to only have themin `$wp_post_types[ $post_type ]->labels` and not "repeated" inside $wp_post_types[ $post_type ]->bp_activity.5 The goal was to only have the labels ( inside the array like 'bp_activity_admin_filter' ) in `$wp_post_types[ $post_type ]->labels` and not "repeated" inside $wp_post_types[ $post_type ]->bp_activity.