function wfTrackEditFinder($article, $text, $summary, $user, $type) { if (rand(0, 5) == 3) { Follow::followActivity('editfinder', $user); } return true; }