Opened 12 years ago
Closed 12 years ago
#5678 closed defect (bug) (fixed)
BP Signups WP List Tables need to have a column_default method
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | normal | Version: | 2.0 |
| Component: | Members | Keywords: | has-patch |
| Cc: |
Description
In BP Signups WP List Tables, there are two filters to add custom column headers to the table :
- In mulitisite :
'bp_members_ms_signup_columns' - In non multisite :
'bp_members_signup_columns'
If a plugin is adding a new column header for instance, we get this error:
Fatal error: Maximum function nesting level of '100' reached, aborting!
I suggest to add the column_default() method to BP_Members_List_Table & BP_Members_MS_List_Table to avoid it.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 8472: