Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#21706 closed enhancement (fixed)

wp_update_comment() cannot update the comment_parent

Reported by: justinsainton's profile JustinSainton Owned by: ryan's profile ryan
Milestone: 3.5 Priority: normal
Severity: normal Version:
Component: Comments Keywords: has-patch needs-testing dev-feedback
Focuses: Cc:

Description (last modified by SergeyBiryukov)

I'm unsure whether or not this was an oversight or a design decision - I could see it either way. I see how it's handled via wp_insert_comment on ticket #8019 - but it seems like it'd be a nice addition for wp_update_comment() as well.

Attachments (1)

21706.patch (771 bytes) - added by JustinSainton 12 years ago.

Download all attachments as: .zip

Change History (8)

#1 @SergeyBiryukov
12 years ago

  • Description modified (diff)

#2 @nacin
12 years ago

  • Keywords needs-patch added; dev-feedback removed
  • Milestone changed from Awaiting Review to Future Release

Agreed.

#3 @JustinSainton
12 years ago

  • Keywords has-patch added; needs-patch removed

#4 @JustinSainton
12 years ago

  • Keywords needs-testing dev-feedback added

#5 @SergeyBiryukov
12 years ago

  • Milestone changed from Future Release to 3.5

#6 @ryan
12 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [21938]:

Update comment_parent in wp_update_comment(). Props JustinSainton. fixes #21706

Note: See TracTickets for help on using tickets.