Opened 20 years ago
Closed 20 years ago
#2448 closed defect (bug) (fixed)
wp-commentsrss2.php
| Reported by: | donncha | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.0.1 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
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'
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3543]) Remove extraneous paren. fixes #2448