Opened 15 years ago
Closed 15 years ago
#1866 closed defect (bug) (fixed)
"What's new" box missing first name
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
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] );
Change History (2)
Note: See
TracTickets for help on using
tickets.
Just being picky, but it should be "What's new, Name?