Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#694 closed defect (bug) (fixed)

"with_s" parameter of bp_core_get_userlink must be localized

Reported by: lilyfan's profile lilyfan Owned by:
Milestone: Priority: major
Severity: Version: 1.0
Component: Keywords: i18n, has-patch
Cc:

Description

The "with_s" parameter of bp_core_get_userlink is not localizable currently.

I suggest the if-section as below:

if ( $with_s )
	$display_name = sprintf( __( "%s's", 'buddypress' ), $display_name );

Change History (2)

#1 @apeatling
16 years ago

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

(In [1414]) Fixes #694 props lilyfan

#2 @(none)
15 years ago

  • Milestone Core 1.0 deleted

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.