Skip to:
Content

BuddyPress.org

Changeset 2250


Ignore:
Timestamp:
01/04/2010 09:12:50 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1542 - missing profile field setup menu on single WP installs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile.php

    r2218 r2250  
    178178
    179179    /* 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" );
    181181
    182182    /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */
Note: See TracChangeset for help on using the changeset viewer.