#694 closed defect (bug) (fixed)
"with_s" parameter of bp_core_get_userlink must be localized
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
(In [1414]) Fixes #694 props lilyfan