Changes between Initial Version and Version 1 of Ticket #6143, comment 3
- Timestamp:
- 01/22/2015 06:17:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6143, comment 3
initial v1 1 1 Looks like there's one place in `buddypress.js` we purposely pass `null` to both `scope` and `filter`. 2 2 3 {{{ 4 bp_activity_request( null, null ); 5 }}} 6 3 7 I'm hesitant to slip this into RC without more testing, and confirmation this is a true regression from 2.2 behavior. I can definitely recall selecting different filters from places and having the cookie feel too sticky, where I would see no results in a place there definitely were some.