Changeset 5659
- Timestamp:
- 01/27/2012 09:31:43 PM (13 years ago)
- Location:
- trunk/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r5656 r5659 1156 1156 // Load BP and hook the admin menu, so that the redirect is successful 1157 1157 require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/bp-core-admin.php' ); 1158 require_once( WP_PLUGIN_DIR . '/buddypress/bp-core/bp-core-template.php' ); 1158 1159 bp_admin(); 1159 1160 -
trunk/bp-core/bp-core-functions.php
r5524 r5659 497 497 498 498 if ( !is_user_logged_in() ) 499 return false; 500 501 if ( bp_is_update() ) 499 502 return false; 500 503
Note: See TracChangeset
for help on using the changeset viewer.