Skip to:
Content

BuddyPress.org

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)

This ticket was mentioned in PR #71 on buddypress/buddypress by @imath.


3 years ago
#1

  • Keywords has-patch added; needs-patch removed

Instead of using the %d placeholder, we need to use the %s placeholder as the friends count is using the number_format_i18n() function.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/8848

#2 @imath
3 years ago

  • Owner set to imath
  • Resolutionfixed
  • Status newclosed

In 13434:

Make sure the friends count is right in WP-Admin Extended profile

Closes https://github.com/buddypress/buddypress/pull/71
Fixes #8848

Note: See TracTickets for help on using tickets.