Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/16/2020 05:24:41 AM (5 years ago)
Author:
imath
Message:

BP Nouveau: make sure to format the total objects count once only

This is a follow up of [12619] & [12634] to apply the fix to the "my blogs", "my notifications", "my groups" and "my friends" count.

props etatus

See #8311 (Branch 6.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0/src/bp-friends/bp-friends-filters.php

    r12416 r12669  
    1010// Exit if accessed directly.
    1111defined( 'ABSPATH' ) || exit;
     12
     13// Format numerical output.
     14add_filter( 'friends_get_total_friend_count', 'bp_core_number_format' );
     15add_filter( 'bp_get_total_friend_count',      'bp_core_number_format' );
    1216
    1317/**
Note: See TracChangeset for help on using the changeset viewer.