Changes between Version 2 and Version 3 of Ticket #4045, comment 34
- Timestamp:
- 05/08/2012 04:09:41 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4045, comment 34
v2 v3 9 9 I don't see $per_page or $page and wouldn't expect re comments... ? 10 10 11 In bp-activity-classes -> function get 12 I see 13 14 {{{ 15 if ( !empty( $per_page ) && !empty( $page ) ) {... } 16 else { 17 $activities = $wpdb->get_results( apply_filters( 'bp_activity_get_user_join_filter', 18 $wpdb->prepare( "{$select_sql} {$from_sql} {$where_sql} ORDER BY a.date_recorded 19 {$sort}" ), $select_sql, $from_sql, $where_sql, $sort ) ); 20 } 21 }}} 22 23 So there is no $page_sql in the else. 24 25 11 26 We're running ~50 plugins. I'm prepared to go thru them but thought I'd share this thought first.