Skip to:
Content

BuddyPress.org

Timestamp:
02/15/2015 12:48:56 AM (9 years ago)
Author:
djpaul
Message:

Split each component's classes file, and move each individual class into its own file.

While historically manageable, the previous approach of having the majority of each component's classes in the same file is growing unwieldly with each new version of BuddyPress, and causing an avoidable increase in code complexity.

The existing -classes.php files are now a loading wrapper for the components' classes.

This change only affect classes that were explicitly declared within the -classes.php files. Any other classes, for example those in some components' template functions files, remain untouched for now.

Fixes #6083

Location:
trunk/src/bp-xprofile/classes
Files:
2 added

Note: See TracChangeset for help on using the changeset viewer.