[wp-trac] [WordPress Trac] #22042: wp_ajax_get_comments fails on post.php

WordPress Trac wp-trac at lists.automattic.com
Fri Sep 28 18:02:00 UTC 2012


#22042: wp_ajax_get_comments fails on post.php
-----------------------------+--------------------------
 Reporter:  c3mdigital       |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  Comments
  Version:  trunk            |   Severity:  normal
 Keywords:  needs-patch      |
-----------------------------+--------------------------
 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.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22042>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list