Make WordPress Core

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


Ignore:
Timestamp:
09/14/2025 09:54:56 PM (7 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63931, comment 18

    initial v1  
    55Currently the comment creation and deletion logic is the following:
    661. Childs get `comment_parent` ID
    7 2. When you delete permanently, `comment_parent` is updated.
     72. When you delete permanently, the child `comment_parent` is updated.
    88
    99Remove this logic. Keep `comment_parent` ID forever even if parent doesn't exist anymore.