Changes between Initial Version and Version 1 of Ticket #63931, comment 22
- Timestamp:
- 09/16/2025 04:22:00 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63931, comment 22
initial v1 1 1 Wouldn’t it be possible to handle comments from logged-in users through the wp_posts table, and only use the wp_comments table for anonymous users? 2 2 This could help enable more fine-grained control over comment permissions. 3 4 The idea is to add a “note” post type field to the wp_posts table, so that it can be used for both comments and microblogging. 5 On the author page, this could then be displayed in a separate archive tab.