[buddypress-trac] [BuddyPress] #1866: "What's new" box missing first name

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Feb 9 05:09:58 UTC 2010


#1866: "What's new" box missing first name
-------------------+--------------------------------------------------------
Reporter:  r-a-y   |       Owner:     
    Type:  defect  |      Status:  new
Priority:  minor   |   Milestone:  1.2
Keywords:          |  
-------------------+--------------------------------------------------------
 The "What’s new" box doesn’t echo a first name anymore.

 I've found that the bp_dtheme_firstname() function (on line 31 in bp-
 default/functions.php) needs to be changed from:

 {{{
         $firstname = apply_filters( 'bp_dtheme_firstname', $firstname,
 $fullname );
 }}}

 to:

 {{{
         $firstname = apply_filters( 'bp_dtheme_firstname', $fullname[0] );
 }}}

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


More information about the buddypress-trac mailing list