- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r9291 r9308 562 562 $qs[] = 'page=' . absint( $_POST['page'] ); 563 563 564 // ex ludes activity just posted and avoids duplicate ids564 // excludes activity just posted and avoids duplicate ids 565 565 if ( ! empty( $_POST['exclude_just_posted'] ) ) { 566 566 $just_posted = wp_parse_id_list( $_POST['exclude_just_posted'] );
Note: See TracChangeset
for help on using the changeset viewer.