Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#1866 closed defect (bug) (fixed)

"What's new" box missing first name

Reported by: r-a-y's profile 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)

#1 @ousep
14 years ago

Just being picky, but it should be "What's new, Name?

#2 @apeatling
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2655]) Fixes #1866 props r-a-y

Note: See TracTickets for help on using tickets.