[wp-trac] [WordPress Trac] #2448: wp-commentsrss2.php
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 15 11:35:54 GMT 2006
#2448: wp-commentsrss2.php
-----------------------+----------------------------------------------------
Id: 2448 | Status: new
Component: General | Modified: Wed Feb 15 11:35:54 2006
Severity: major | Milestone:
Priority: normal | Version: 2.0.1
Owner: anonymous | Reporter: donncha
-----------------------+----------------------------------------------------
Line 35 has an extra ")" at the end. The SQL fails because of it.
Original:
AND $wpdb->comments.comment_approved = '1' AND $wpdb->posts.post_status =
'publish')
Should be:
AND $wpdb->comments.comment_approved = '1' AND $wpdb->posts.post_status =
'publish'
--
Ticket URL: <http://trac.wordpress.org/ticket/2448>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list