Searched refs:bug_comments (Results 1 – 1 of 1) sorted by relevance
1123 $bug_comments = is_int($bug_id) ? $commentRepository->findByBugId($bug_id) : []; variable1125 if ($show_bug_info && is_array($bug_comments) && count($bug_comments) && $bug['status'] !== 'Spam')…1152 foreach ($bug_comments as $row) {
Completed in 9 milliseconds