Ticket #694 (closed defect: fixed)

Opened 17 months ago

Last modified 15 months ago

"with_s" parameter of bp_core_get_userlink must be localized

Reported by: lilyfan Owned by:
Priority: major Milestone:
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

Changed 16 months ago by apeatling

  • status changed from new to closed
  • resolution set to fixed

(In [1414]) Fixes #694 props lilyfan

Changed 15 months ago by anonymous

  • milestone Core 1.0 deleted

Milestone Core 1.0 deleted

Note: See TracTickets for help on using tickets.