Changeset 5656 for trunk/bp-core/admin/bp-core-update.php
- Timestamp:
- 01/27/2012 09:15:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r5575 r5656 1155 1155 1156 1156 // Load BP and hook the admin menu, so that the redirect is successful 1157 if ( !function_exists( 'bp_core_update_message' ) ) 1158 require( WP_PLUGIN_DIR . '/buddypress/bp-core/admin/bp-core-admin.php' ); 1159 1160 bp_core_add_admin_menu(); 1157 require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/bp-core-admin.php' ); 1158 bp_admin(); 1161 1159 1162 1160 // Redirect to the BuddyPress dashboard
Note: See TracChangeset
for help on using the changeset viewer.