Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#22042 closed defect (bug) (fixed)

wp_ajax_get_comments fails on post.php

Reported by: c3mdigital's profile c3mdigital Owned by:
Milestone: 3.5 Priority: normal
Severity: normal Version: 3.5
Component: Comments Keywords:
Focuses: Cc:

Description

Possibly related: #21101.
Related: #22039.
In the comments post meta box on post.php No comments found shows on posts that have comments.

The fail is happening at:

if ( !$wp_list_table->has_items() )
		wp_die( 1 );

The ajax response is always 1 with no comments returned.

Change History (3)

#1 @SergeyBiryukov
12 years ago

  • Milestone changed from Awaiting Review to 3.5

#2 @SergeyBiryukov
12 years ago

Confirmed. Fixing ticket:21101:17 along with #22039 would fix this as well.

#3 @ocean90
12 years ago

  • Keywords needs-patch removed
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.