-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-dev
-
Fix Version/s: 3.1.0-a1
-
Component/s: Events
-
Labels:None
-
GitHub Pull Request URL:
For both core.delete_user_before and core.delete_user_after (file includes/functions_user.php), the following vars are compacted:
$vars = array('mode', 'user_id', 'post_username');
|
However, $user_id and $post_username do not exist in both of the contexts. This makes the events unusable.