Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#18348 closed enhancement (fixed)

Use wp_editor() for comment quick edit and reply

Reported by: ocean90's profile ocean90 Owned by: azaozz's profile azaozz
Milestone: 3.3 Priority: normal
Severity: normal Version:
Component: Comments Keywords: has-patch needs-testing
Focuses: Cc:

Description (last modified by ocean90)

WP 3.2 comment Quick Edit screen:
http://cl.ly/203Y1S303L0z0U3h2b3i

Current reply from dashboard screen:
http://cl.ly/1C2K0A07152s473a3G2b

Current comment Quick Edit screen:
http://cl.ly/2K1R3h2t153d0U2c2c2E

After the use of wp_editor():
http://cl.ly/2m0h0M2f0H0t2E2p2z29

Related: #17144

Attachments (1)

18348.patch (5.6 KB) - added by ocean90 13 years ago.

Download all attachments as: .zip

Change History (7)

@ocean90
13 years ago

#1 @ocean90
13 years ago

  • Description modified (diff)

#2 @azaozz
13 years ago

  • Milestone changed from Awaiting Review to 3.3
  • Owner set to azaozz
  • Status changed from new to reviewing

#3 @azaozz
13 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In [18803]:

Use WP_Editor when editing or replying to comments, props ocean90, remove vendor specific selectors from editor-buttons.css, fixes #18348, see #17144

#4 @chexee
13 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

This broke the AJAX collapse when trashing or marking a comment as spam on the comments screen. It refreshes the page each time.

Not to annoy, but its making my life really hard right now :D

#5 @dd32
13 years ago

This broke the AJAX collapse when trashing or marking a comment as spam on the comments screen. It refreshes the page each time.

It might not have been this change, It could've been [18804] (which was just reverted) SVN up and try again? - I just tried the Spam/trashing functionality and it worked for me

#6 @chexee
13 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

It's working now, thanks! Sorry about the ticket mix up. :]

Note: See TracTickets for help on using tickets.