Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6777, comment 2


Ignore:
Timestamp:
12/15/2015 10:22:35 PM (10 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6777, comment 2

    initial v1  
    33Yes 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
    44
    5 The goal was to avoid having the labels inside the array (like 'bp_activity_admin_filter' ) to only have them in `$wp_post_types[ $post_type ]->labels` and not "repeated" inside $wp_post_types[ $post_type ]->bp_activity.
     5The 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.