buddypress/tests/testcases/groups
Boone B Gorges 40132544b7 Define BP_Group_Extension screen callbacks non-statically
These callbacks should not be defined statically, because then the $this
keyword is not available in the callbacks. This causes backward compatibility
issues, especially with PHP 5.2.x, where it results in fatal errors.

Fixes #5126

git-svn-id: https://buddypress.svn.wordpress.org/branches/1.8@7333 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-08-01 00:06:38 +00:00
..
class-bp-group-extension.php Define BP_Group_Extension screen callbacks non-statically 2013-08-01 00:06:38 +00:00
class-bp-group-member-query.php Adds is_confirmed param to BP_Group_Member_Query, defaulting to true 2013-06-24 18:59:22 +00:00
class-bp-groups-group.php Fixes groups meta_query for multiple clauses 2013-07-27 18:06:48 +00:00
class-bp-groups-member.php In test suite, factory->group->create() should return an id, not an object 2013-05-09 14:22:04 +00:00
functions.php Improvements to how group total_member_count is refreshed on membership events 2013-06-07 02:06:51 +00:00
template.php Tell BP_Group_Member_Query queries to order by FIELD() 2013-07-23 17:31:39 +00:00