- Timestamp:
- 11/13/2021 03:16:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-list-table.php
r12659 r13146 157 157 'show_hidden' => true, 158 158 'spam' => 'spam_only', 159 'count_total ' => 'count_query',159 'count_total_only' => true, 160 160 ) ); 161 161 $this->spam_count = $spams['total']; … … 215 215 $count_activities = bp_activity_get( 216 216 array( 217 'fields' => 'ids',218 'show_hidden' => true,219 'count_total ' => 'count_query',217 'fields' => 'ids', 218 'show_hidden' => true, 219 'count_total_only' => true, 220 220 ) 221 221 );
Note: See TracChangeset
for help on using the changeset viewer.