Changeset 1799
- Timestamp:
- 09/06/2009 03:09:53 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r1779 r1799 6 6 define ( 'BP_XPROFILE_SLUG', 'profile' ); 7 7 8 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-admin.php' ); 8 9 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-classes.php' ); 9 10 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-filters.php' ); … … 174 175 if ( !is_site_admin() ) 175 176 return false; 176 177 require ( BP_PLUGIN_DIR . '/bp-xprofile/bp-xprofile-admin.php' ); 178 177 179 178 /* Add the administration tab under the "Site Admin" tab for site administrators */ 180 179 add_submenu_page( 'bp-core.php', __("Profile Field Setup", 'buddypress'), __("Profile Field Setup", 'buddypress'), 1, __FILE__, "xprofile_admin" ); … … 961 960 } 962 961 962 function xprofile_update_field_position( $field_id, $position ) { 963 return BP_XProfile_Field::update_position( $field_id, $position); 964 } 965 963 966 /** 964 967 * xprofile_avatar_upload_dir()
Note: See TracChangeset
for help on using the changeset viewer.