Changeset 1416 for trunk/bp-xprofile.php
- Timestamp:
- 04/27/2009 03:55:00 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r1402 r1416 8 8 define ( 'BP_XPROFILE_SLUG', 'profile' ); 9 9 10 require ( 'bp-xprofile/bp-xprofile-classes.php' );11 require ( 'bp-xprofile/bp-xprofile-filters.php' );12 require ( 'bp-xprofile/bp-xprofile-signup.php' );13 require ( 'bp-xprofile/bp-xprofile-templatetags.php' );14 require ( 'bp-xprofile/bp-xprofile-notifications.php' );15 require ( 'bp-xprofile/bp-xprofile-cssjs.php' );10 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-classes.php' ); 11 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-filters.php' ); 12 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-signup.php' ); 13 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-templatetags.php' ); 14 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-notifications.php' ); 15 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-cssjs.php' ); 16 16 17 17 /* Assign the base group and fullname field names to constants to use in SQL statements */ … … 171 171 return false; 172 172 173 require ( 'bp-xprofile/bp-xprofile-admin.php' );173 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-admin.php' ); 174 174 175 175 /* Add the administration tab under the "Site Admin" tab for site administrators */
Note: See TracChangeset
for help on using the changeset viewer.