Feature #2157
closedReorganize bp-custom.php
0%
Description
Our bp-custom.php is a godawful mess. I'm going to do some housekeeping there. Strategy:
- Create a separate directory wp-content/plugins/cac-bp-custom-includes/
- Create a few new files for plugin-specific mods. bp-groupblog, buddypress-group-email-subscription, etc
- Include these files from bp-custom.php, and move existing functions from bp-custom.php into this file
- When I find functions in bp-custom.php that don't have anything specific to do with BP, I may move them to mu-plugins/cac-functions.php
- In the future, it may be worth doing something similar with cac-functions.php, though it's not urgent because that file is not so huge.
I'm going to leave this ticket open as an ongoing task, so that I can do a little at a time when I have a few minutes. If anyone feels like chipping in, please feel free.
Updated by Boone Gorges about 12 years ago
- Status changed from New to Assigned
Moved BPGES stuff in https://github.com/castiron/cac/commit/d5bddf9b23e8012daeca07bf2780f532b9b873ed
Updated by Boone Gorges over 10 years ago
- Tracker changed from Bug to Feature
- Category name set to BuddyPress (misc)
- Target version changed from Future release to Not tracked
Updated by Boone Gorges almost 9 years ago
- Status changed from Assigned to Resolved
A bunch of this has already been done, so I'm going to mark the ticket as Resolved.