Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21101, comment 20


Ignore:
Timestamp:
09/28/2012 03:49:11 PM (13 years ago)
Author:
c3mdigital
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21101, comment 20

    initial v1  
    1010In 3.4.2 the query generated is:
    1111
    12 
    1312{{{
    1413SELECT * FROM wp_comments WHERE ( comment_approved = '0' OR comment_approved = '1' ) ORDER BY comment_date_gmt DESC LIMIT 28
    1514}}}
     15
     16Tested 211.1.2.diff and can confirm that it fixes the query.
    1617