Changeset 8048
- Timestamp:
- 03/05/2014 06:34:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress-functions.php
r7953 r8048 685 685 exit( '-1<div id="message" class="error"><p>' . __( 'There was a problem posting your update, please try again.', 'buddypress' ) . '</p></div>' ); 686 686 687 $last_id = isset( $_POST['offset'] ) ? absint( $_POST['offset'] ) : 0;687 $last_id = isset( $_POST['offset'] ) ? absint( $_POST['offset'] ) + 1 : 0; 688 688 if ( $last_id ) { 689 689 $activity_args = array( 'offset' => $last_id );
Note: See TracChangeset
for help on using the changeset viewer.