Add comments

This commit is contained in:
2026-05-06 12:31:21 +02:00
parent 6884ce93a4
commit cd4635865c
3 changed files with 8 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
<th>Email</th>
<th>Date Added</th>
<th>Action</th>
<th>Comment</th>
<?php endif; ?>
</tr>
</thead>
@@ -38,7 +39,8 @@
<input type="submit" value="Delete" class="button delete" onclick="return confirm('Delete this entry?')">
</form>
</td>
<td> <?= esc_html($e->comment) ?> </td>
<?php endif; ?>
</tr>