Changeset 10375 for trunk/src/bp-activity/bp-activity-filters.php
- Timestamp:
- 11/23/2015 05:51:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-filters.php
r10253 r10375 10 10 defined( 'ABSPATH' ) || exit; 11 11 12 /* *Filters *******************************************************************/12 /* Filters *******************************************************************/ 13 13 14 14 // Apply WordPress defined filters. … … 99 99 add_filter( 'bp_get_total_mention_count_for_user', 'bp_core_number_format' ); 100 100 101 /* *Actions *******************************************************************/101 /* Actions *******************************************************************/ 102 102 103 103 // At-name filter.
Note: See TracChangeset
for help on using the changeset viewer.