Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #57343, comment 6


Ignore:
Timestamp:
08/15/2025 10:10:08 AM (10 months ago)
Author:
locksoft
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57343, comment 6

    v2 v3  
    66Being able to edit a comment from an administrator may be useful to correct errors inside them or format it better. Or to add an image if the original commenter wanted to insert one and it could be useful to explain something. Or just, for example, if someone tries to add an URL and he has to cut it in several parts so WP can't strip them out.
    77
    8 I also understand it's not safe to let the user edit it after, if extra tags are unlocked. My idea is, if admin edits it, the comment changes owner. Or else, the only thing an admin can do is delete the old message, create a new one and change the name and the email of te original poster. It's what I'm doing at the moment.
     8I also understand it's not safe to let the user edit it after, if extra tags are unlocked. My idea is, if admin edits it, the comment changes owner. Or else, the only thing an admin can do is delete the old message, create a new one and change the name and the email of the original poster. It's what I'm doing at the moment.