Changeset 12669 for branches/6.0/src/bp-friends/bp-friends-filters.php
- Timestamp:
- 06/16/2020 05:24:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/src/bp-friends/bp-friends-filters.php
r12416 r12669 10 10 // Exit if accessed directly. 11 11 defined( 'ABSPATH' ) || exit; 12 13 // Format numerical output. 14 add_filter( 'friends_get_total_friend_count', 'bp_core_number_format' ); 15 add_filter( 'bp_get_total_friend_count', 'bp_core_number_format' ); 12 16 13 17 /**
Note: See TracChangeset
for help on using the changeset viewer.