Changeset 3987 for trunk/bp-xprofile/bp-xprofile-buddybar.php
- Timestamp:
- 02/01/2011 11:54:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-buddybar.php
r3955 r3987 22 22 23 23 // Add the administration tab under the "Site Admin" tab for site administrators 24 add_submenu_page( 'bp-general-settings', __( 'Profile Field Setup', 'buddypress' ), __( 'Profile Field Setup', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' );24 add_submenu_page( 'bp-general-settings', __( 'Profile Fields', 'buddypress' ), __( 'Profile Fields', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' ); 25 25 } 26 26 add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'xprofile_add_admin_menu' );
Note: See TracChangeset
for help on using the changeset viewer.