[wp-trac] [WordPress Trac] #12219: Comments on attachments don't appear in Recent Comments Widget

WordPress Trac wp-trac at lists.automattic.com
Thu Apr 29 16:33:17 UTC 2010


#12219: Comments on attachments don't appear in Recent Comments Widget
--------------------------+-------------------------------------------------
 Reporter:  tfnab         |       Owner:  azaozz                                                
     Type:  defect (bug)  |      Status:  new                                                   
 Priority:  normal        |   Milestone:  3.0                                                   
Component:  Widgets       |     Version:  2.9.1                                                 
 Severity:  normal        |    Keywords:  has-patch, recent-comments-widget, attachment-comments
--------------------------+-------------------------------------------------

Comment(by ocean90):

 Can't we use [http://core.trac.wordpress.org/browser/trunk/wp-
 admin/includes/dashboard.php#L515 the same query] as for the dashboard
 recent comment widget?

 {{{
 SELECT * FROM $wpdb->comments c LEFT JOIN $wpdb->posts p ON
 c.comment_post_ID = p.ID WHERE p.post_status != 'trash' ORDER BY
 c.comment_date_gmt DESC LIMIT 15
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12219#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list