Add edit support to Comments v2 - #25958
Draft
crazytonyli wants to merge 7 commits into
Draft
Conversation
Collaborator
Generated by 🚫 Danger |
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 34341 | |
| Version | PR #25958 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | a968261 | |
| Installation URL | 2qn12v7c2ob10 |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 34341 | |
| Version | PR #25958 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | a968261 | |
| Installation URL | 5ikdgkv5sdni8 |
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
August 31, 2026 21:51
ebf3ba2 to
e02c669
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
August 31, 2026 22:24
e02c669 to
7c276b0
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
August 31, 2026 22:35
7c276b0 to
cfdeac9
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
2 times, most recently
from
September 1, 2026 08:16
2a4eae3 to
8122a16
Compare
Contributor
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
September 1, 2026 09:00
8122a16 to
ddcebcb
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
September 1, 2026 09:36
ddcebcb to
ef78be5
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
September 1, 2026 23:06
ef78be5 to
9d77554
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
September 2, 2026 09:25
9d77554 to
51e3d17
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
September 2, 2026 21:32
51e3d17 to
e3f60a1
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
September 2, 2026 22:09
e3f60a1 to
903750f
Compare
crazytonyli
force-pushed
the
task/comments-v2-m3-edit
branch
from
September 3, 2026 00:29
903750f to
a968261
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
This PR lets moderators edit approved, pending, spam, and trashed comments from the detail screen.
CommentComposerViewreuses the reply composer with edit-specific labels, validation, errors, and discard handling.Successful edits update the open detail screen and loaded list rows through
CommentChangeEvent.contentChanged.CommentsModerationCoordinatorserializes edits with other mutations on the same comment.A timeout after the server saves an edit can still show an error. Retrying sends the latest text again because WordPress treats comment edits as last-writer-wins updates.
Testing instructions