">

" data-field="title" disabled>

UUID
"> ">P

Comments

Enable Markdown
Preview Markdown
"; echo "
"; echo "" . htmlspecialchars($comment['user_name']) . ""; echo "" . date('M d, Y H:i', strtotime($comment['created_at'])) . ""; echo "
"; echo "
"; if ($comment['markdown_enabled']) { // For markdown comments, use JavaScript to render echo ""; } else { // For non-markdown comments, convert line breaks to
and escape HTML echo nl2br(htmlspecialchars($comment['comment_text'])); } echo "
"; echo "
"; } ?>