Changeset 6241 for trunk/src/includes/core/update.php
- Timestamp:
- 01/13/2017 07:07:01 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/update.php
r6232 r6241 386 386 } 387 387 388 // Get the current user ID388 // Cannot use bbp_get_current_user_id() here, during activation process 389 389 $user_id = get_current_user_id(); 390 391 // Get the current blog ID, to know if they should be promoted here 390 392 $blog_id = get_current_blog_id(); 391 393
Note: See TracChangeset
for help on using the changeset viewer.