[buddypress-trac] [BuddyPress] #889: Activity Streams: Requested codebase change for Privacy Component usage
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Aug 5 18:45:18 UTC 2009
#889: Activity Streams: Requested codebase change for Privacy Component usage
------------------------------------------------------------------+---------
Reporter: jeffsayre | Owner:
Type: enhancement | Status: new
Priority: critical | Milestone: 1.1
Keywords: privacy component, component_action, activity streams |
------------------------------------------------------------------+---------
Comment(by jeffsayre):
Okay, with your suggestions, Andy, I propose this:
{{{
/* Adds to the component actions array container */
$bp->activity_actions->privacy = array( array( 'updated_privacy_settings',
__('Updated Privacy Settings') ) );
}}}
An example:
{{{
$bp->activity->actions->privacy->updated_privacy_settings = array( 'key'
=> 'updated_privacy_settings', 'value' => __( 'Updated Privacy Settings',
'bp-authz' ) );
}}}
--
Ticket URL: <http://trac.buddypress.org/ticket/889#comment:5>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list