Changeset 1262 for trunk/bp-xprofile.php
- Timestamp:
- 03/26/2009 11:20:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r1255 r1262 18 18 define ( 'BP_XPROFILE_SLUG', apply_filters( 'xprofile_slug', 'profile' ) ); 19 19 20 /* Database access classes and functions */21 20 require ( 'bp-xprofile/bp-xprofile-classes.php' ); 22 23 /* Functions for handling the admin area tabs for administrators */24 require ( 'bp-xprofile/bp-xprofile-admin.php' );25 26 /* Functions for applying filters to Xprofile specfic output */27 21 require ( 'bp-xprofile/bp-xprofile-filters.php' ); 28 29 /* Functions to handle the modification and saving of signup pages */30 22 require ( 'bp-xprofile/bp-xprofile-signup.php' ); 31 32 /* Template tag functions that can be used in theme template files */33 23 require ( 'bp-xprofile/bp-xprofile-templatetags.php' ); 34 35 /* Functions to handle the sending of email notifications */36 24 require ( 'bp-xprofile/bp-xprofile-notifications.php' ); 37 38 /* Functions to handle the selective inclusion of CSS and JS files */39 25 require ( 'bp-xprofile/bp-xprofile-cssjs.php' ); 40 26 … … 195 181 return false; 196 182 183 require ( 'bp-xprofile/bp-xprofile-admin.php' ); 184 197 185 /* Add the administration tab under the "Site Admin" tab for site administrators */ 198 186 add_submenu_page( 'wpmu-admin.php', __("Profile Fields", 'buddypress'), __("Profile Fields", 'buddypress'), 1, "xprofile_settings", "xprofile_admin" );
Note: See TracChangeset
for help on using the changeset viewer.