#6829 closed enhancement
Break up bp-groups-template.php into smaller files.
Reported by: | tw2113 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Groups | Keywords: | |
Cc: |
Description
Right now, we have four classes and related template functions all defined in one 7000+ line file.
The classes are:
BP_Groups_Template
BP_Groups_Group_Members_Template
BP_Groups_Membership_Requests_Template
BP_Groups_Invite_Template
Logically, I think we could break them up into files based on what the class is related to and include functions that use those class globals. Any functions in the file that don't directly related to a class can remain.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Yep. We already have a ticket: #6452