Ticket #5910 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Don't show Add Media when editing comments

Reported by: ryan Assigned to: ryan
Priority: normal Milestone: 2.5
Component: Administration Version: 2.5
Severity: normal Keywords: has-patch
Cc:

Description

the_editor() should not show the Add Media buttons when editing a comment. "/wp-admin/comment.php?action=editcomment&c=1"

Attachments

rem-media-buttons.patch (1.8 kB) - added by azaozz on 02/19/08 07:02:27.

Change History

02/19/08 07:02:27 changed by azaozz

  • attachment rem-media-buttons.patch added.

02/19/08 07:03:34 changed by azaozz

  • keywords set to has-patch.

Adding another boolean arg to the_editor(), so it can be called without the media buttons.

02/19/08 07:28:41 changed by ryan

  • owner changed from anonymous to ryan.

02/20/08 05:39:05 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6930]) Don't show Add Media when editing comments. Props azaozz. fixes #5910