Changeset 5406 for trunk/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 11/28/2011 10:30:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-admin.php
r5329 r5406 23 23 return false; 24 24 25 $hook = add_ submenu_page( 'bp-general-settings',__( 'Profile Fields', 'buddypress' ), __( 'Profile Fields', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' );25 $hook = add_users_page( __( 'Profile Fields', 'buddypress' ), __( 'Profile Fields', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' ); 26 26 27 27 add_action( "admin_print_styles-$hook", 'bp_core_add_admin_menu_styles' ); … … 72 72 <h2> 73 73 74 <?php _e( ' ExtendedProfile Fields', 'buddypress'); ?>74 <?php _e( 'Profile Fields', 'buddypress'); ?> 75 75 76 76 <a id="add_group" class="button add-new-h2" href="admin.php?page=bp-profile-setup&mode=add_group"><?php _e( 'Add New Group', 'buddypress' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.