buddypress/tests
Mathieu Viet 84851c1f90 Support date queries for Members, Groups and Sites
According to components, date queries can be restricted to a limited list of loop types:

- For Members, the `$type` parameter in `bp_has_members()` needs to be either `active`, `newest`, `random` or `online`.
- For Groups, the `$type` parameter in `bp_has_groups()` needs to be either `active` or `newest`.
- For sites, the `$type` parameter in `bp_has_blogs()` needs to be either `active` or `newest`.

Props r-a-y

Fixes #8488



git-svn-id: https://buddypress.svn.wordpress.org/trunk@13184 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2021-12-12 14:09:02 +00:00
..
phpunit Support date queries for Members, Groups and Sites 2021-12-12 14:09:02 +00:00