Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63931, comment 22


Ignore:
Timestamp:
09/16/2025 04:22:00 PM (7 months ago)
Author:
kimjiwoon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63931, comment 22

    initial v1  
    11Wouldn’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?
    22This could help enable more fine-grained control over comment permissions.
     3
     4The 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.
     5On the author page, this could then be displayed in a separate archive tab.