1): ?>

$pagestart): ?>

$row): ?> ' . $date_fmtd . ''; if ($comment_section == "package") { if ($row['UserName']) { $user_fmtd = html_format_username($row['UserName']); $heading = __('%s commented on %s', $user_fmtd, $date_link); } else { $heading = __('Anonymous comment on %s', $date_link); } } elseif ($comment_section == "account") { $pkg_uri = '' . htmlspecialchars($row['PackageBaseName']) . ''; $heading = __('Commented on package %s on %s', $pkg_uri, $date_link); } $is_deleted = $row['DelTS']; $is_edited = $row['EditedTS']; $is_pinned = $row['PinnedTS']; if ($uid && $is_deleted) { $date_fmtd = date('Y-m-d H:i', $row['DelTS']); $heading .= ' ('; if ($row['DelUserName']) { $user_fmtd = html_format_username($row['DelUserName']); $heading .= __('deleted on %s by %s', $date_fmtd, $user_fmtd); } else { $heading .= __('deleted on %s', $date_fmtd); } $heading .= ')'; } elseif ($uid && $is_edited) { $date_fmtd = date('Y-m-d H:i', $row['EditedTS']); $heading .= ' ('; if ($row['EditUserName']) { $user_fmtd = html_format_username($row['EditUserName']); $heading .= __('edited on %s by %s', $date_fmtd, $user_fmtd); } else { $heading .= __('edited on %s', $date_fmtd); } $heading .= ')'; } $comment_classes = "comment-header"; if ($is_deleted) { $comment_classes .= " comment-deleted"; } ?>

" />
" />
<?= __('Edit comment') ?> = 5)): ?>
" /> " />
" />