Changes between Initial Version and Version 1 of Ticket #21101, comment 20
- Timestamp:
- 09/28/2012 03:49:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21101, comment 20
initial v1 10 10 In 3.4.2 the query generated is: 11 11 12 13 12 {{{ 14 13 SELECT * FROM wp_comments WHERE ( comment_approved = '0' OR comment_approved = '1' ) ORDER BY comment_date_gmt DESC LIMIT 28 15 14 }}} 15 16 Tested 211.1.2.diff and can confirm that it fixes the query. 16 17