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: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Members | Version: | 2.0 |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 8472: