Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/16/2020 05:27:38 AM (6 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/classes/class-bp-friends-component.php

    r12607 r12670  
    177177                                '<span class="%s">%s</span>',
    178178                                esc_attr( $class ),
    179                                 bp_core_number_format( $count )
     179                                esc_html( $count )
    180180                        )
    181181                );
Note: See TracChangeset for help on using the changeset viewer.