Changeset 2036
- Timestamp:
- 10/05/2009 06:57:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r1931 r2036 146 146 function get_activity_for_user( $user_id, $max_items, $limit, $page, $filter ) { 147 147 global $wpdb, $bp; 148 149 $since = strtotime($since); 150 148 151 149 if ( $limit && $page ) 152 150 $pag_sql = $wpdb->prepare( "LIMIT %d, %d", intval( ( $page - 1 ) * $limit), intval( $limit ) );
Note: See TracChangeset
for help on using the changeset viewer.