Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #63931, comment 11


Ignore:
Timestamp:
09/11/2025 01:44:28 PM (7 months ago)
Author:
kimjiwoon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63931, comment 11

    v2 v3  
    66
    77In a federated WordPress context, comments should not be bound exclusively to a local `wp_post`. Much like email, they should be capable of being sent outward or attached to a remote URL. This means that even if the original post does not exist locally, it should still be possible to post a reply based on the URL.
     8
     9Hashtags and mentions should be supported in comments. In other words, taxonomy needs to be enabled there.
    810
    911---