Changeset 2250
- Timestamp:
- 01/04/2010 09:12:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r2218 r2250 178 178 179 179 /* Add the administration tab under the "Site Admin" tab for site administrators */ 180 add_submenu_page( 'bp-general-settings', __("Profile Field Setup", 'buddypress'), __("Profile Field Setup", 'buddypress'), 'manage -options', 'bp-profile-setup', "xprofile_admin" );180 add_submenu_page( 'bp-general-settings', __("Profile Field Setup", 'buddypress'), __("Profile Field Setup", 'buddypress'), 'manage_options', 'bp-profile-setup', "xprofile_admin" ); 181 181 182 182 /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */
Note: See TracChangeset
for help on using the changeset viewer.