Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6013, comment 5


Ignore:
Timestamp:
12/12/2014 02:35:32 AM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6013, comment 5

    initial v1  
    11Good catch, thebigA.
    22
    3 The problem is with `wp_parse_str()`, which is used when we pass a querystring to convert into an array as in the case of `bp_group_has_members()`.
     3The problem is with `wp_parse_str()`, which is used when we pass a querystring to convert into an array as in the case of `bp_group_has_members()` used in the group admin template.
    44
    55When the querystring is converted over to an array, the 'true' or 'false' values are strings and need to be explicitly converted over to booleans.