Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#2786 closed defect (bug) (fixed)

when you delete a post with a comment

Reported by: denis-de-bernardy's profile Denis-de-Bernardy Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.0
Component: Administration Keywords: has-patch 2nd-opinion needs-testing
Focuses: Cc:

Description

the ajax script that refreshes teh post list does not refresh the comment list.

Attachments (2)

2786.diff (15.6 KB) - added by mdawaffe 19 years ago.
2786b.diff (17.0 KB) - added by mdawaffe 19 years ago.
Better patch.

Download all attachments as: .zip

Change History (5)

@mdawaffe
19 years ago

#1 @mdawaffe
19 years ago

2786.diff - Ignore. Missing hunks.

2786b.diff

  1. Update Awaiting Moderation # on deletion of unapproved comment.
  2. When viewing only one post from edit.php, delete comment list when that one post is ajax-deleted (depends on $_GETc? being set).
  3. Give all comment lists id='the-comment-list' to make supplementary JS a little easier.
  4. Make list-manipulation work better with multiple list on one page.
  5. Fix bug in list-manipulation when deleting items.

Will need to make sure the changeset strings set in script-loader.php are correct.

@mdawaffe
19 years ago

Better patch.

#2 @mdawaffe
19 years ago

  • Keywords has-patch 2nd-opinion needs-testing added

#3 @ryan
19 years ago

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

(In [3847]) List manipulation improvements from mdawaffe. fixes #2786

Note: See TracTickets for help on using tickets.