Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/16/2020 05:27:38 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

Fixes #8311 (Trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-template.php

    r12589 r12670  
    650650        return apply_filters( 'bp_get_total_friend_count', friends_get_total_friend_count( $user_id ), $user_id );
    651651    }
    652     add_filter( 'bp_get_total_friend_count', 'bp_core_number_format' );
    653652
    654653/**
Note: See TracChangeset for help on using the changeset viewer.