#694 closed defect (bug) (fixed)
"with_s" parameter of bp_core_get_userlink must be localized
| Reported by: | lilyfan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | 1.0 | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [1414]) Fixes #694 props lilyfan