Changes between Version 2 and Version 3 of Ticket #63931, comment 11
- Timestamp:
- 09/11/2025 01:44:28 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63931, comment 11
v2 v3 6 6 7 7 In 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 9 Hashtags and mentions should be supported in comments. In other words, taxonomy needs to be enabled there. 8 10 9 11 ---