[buddypress-trac] [BuddyPress] #2566: [needs-feedback] BP_Button Class (for all components)
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Tue Sep 14 19:10:45 UTC 2010
#2566: [needs-feedback] BP_Button Class (for all components)
----------------------------------------------------------------+-----------
Reporter: jeffsayre | Owner: jeffsayre
Type: defect | Status: closed
Priority: major | Milestone: 1.2.6
Component: Core | Resolution: fixed
Keywords: has-patch, security, privacy, abstraction, filters |
----------------------------------------------------------------+-----------
Comment(by r-a-y):
Took a brief look at the code.
Looks good, but any reason why we're introducing new do_actions in group-
header.php + member-header.php when we can use the existing
"bp_component_header_meta" do_action?
eg. The following is added to group-header.php:
{{{
<?php do_action( 'bp_group_header_actions' ); ?>
}}}
When we already have:
<?php do_action( 'bp_group_header_meta' ) ?>
--
Ticket URL: <http://trac.buddypress.org/ticket/2566#comment:33>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list