update

Status & Updates

No updates yet.

$post): $post_id = htmlspecialchars($post['id'] ?? ''); $post_text = htmlspecialchars($post['text'] ?? ''); $post_date = $post['date'] ?? ''; $post_link = $post['link'] ?? ''; $post_link_label = htmlspecialchars($post['link_label'] ?? $post_link); $post_tags = (array)($post['tags'] ?? []); $post_url = htmlspecialchars(STATUS_BASE_URL . '/post.php?id=' . rawurlencode($post['id'] ?? '')); $is_last = ($i === count($posts) - 1); ?>
1): ?>