Opened 10 years ago
Closed 10 years ago
#6277 closed defect (bug) (fixed)
Group admin counts are empty using WordPress 4.2 trunk
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.2.2 | Priority: | high |
Severity: | normal | Version: | 1.7 |
Component: | Groups | Keywords: | has-patch |
Cc: |
Description
Related to changes in [WP31146] & #WP30891.
To Duplicate:
- WordPress 4.2 (trunk at this time)
- Enable Groups
- Visit Groups admin
- Create groups with varying statuses (public/private/hidden)
- All counts are 0
Attachments (1)
Change History (9)
#1
@
10 years ago
- Milestone changed from Awaiting Review to 2.2.2
- Owner set to johnjamesjacoby
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
Now that WordPress's
WP_List_Table
has a whitelist of allowed variables, its magic methods do not return any results (resulting in anull
value) for any undefined class variables in any child classes ofWP_List_Table
. In this case,BP_Groups_List_Table->group_type_ids
is not defined.I'm putting this in the 2.2.2 milestone to start, since WordPress 4.2 will be out before 2.3.
If more investigation is necessary, we can bump this to 2.2.3 and beyond.