Opened 3 years ago
Closed 3 years ago
#8848 closed defect (bug) (fixed)
Friends count on is always 0 in WP-Admin extended profile
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 12.0.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Friends | Keywords: | has-patch |
| Cc: |
Description
Instead of using the %d placeholder, we need to use the %s placeholder as the friends count is using the number_format_i18n() function.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Instead of using the
%dplaceholder, we need to use the%splaceholder as the friends count is using thenumber_format_i18n()function.Trac ticket: https://buddypress.trac.wordpress.org/ticket/8848