Changeset 5055
- Timestamp:
- 08/29/2011 11:39:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r5038 r5055 1216 1216 1217 1217 // Add the administration tab under the "Site Admin" tab for site administrators 1218 add_menu_page( __( 'BuddyPress', 'buddypress' ), __( 'BuddyPress', 'buddypress' ), 'manage_options', 'bp-wizard', '' , '', 3);1218 add_menu_page( __( 'BuddyPress', 'buddypress' ), __( 'BuddyPress', 'buddypress' ), 'manage_options', 'bp-wizard', '' ); 1219 1219 $hook = add_submenu_page( 'bp-wizard', $status, $status, 'manage_options', 'bp-wizard', array( $bp_wizard, 'html' ) ); 1220 1220
Note: See TracChangeset
for help on using the changeset viewer.