[buddypress-trac] [BuddyPress] #2323: Missing a hook in bp-themes/bp-default/members/single/plugins.php

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Apr 20 22:16:57 UTC 2010


#2323: Missing a hook in bp-themes/bp-default/members/single/plugins.php
-----------------------+----------------------------------------------------
 Reporter:  jeffsayre  |       Owner:                
     Type:  defect     |      Status:  new           
 Priority:  normal     |   Milestone:  1.2.4         
Component:  Core       |    Keywords:  Members theme,
-----------------------+----------------------------------------------------
 In order for the titles of settings screens to appear, this hook is
 required. It used to exist in the older bp-sn-parent theme files. Without
 this hook, 3rd-party component's setting screens that use the following
 skeleton component coding will fail to show the screen title:

 add_action( 'bp_template_title', 'xxx' );
 add_action( 'bp_template_content', 'xxx' );

 A patch file is included.

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2323>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list