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: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.0.0 |
| Component: | Friends | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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