Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #15388, comment 5


Ignore:
Timestamp:
01/24/2011 11:36:12 PM (13 years ago)
Author:
F J Kaiser
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15388, comment 5

    v1 v2  
    99
    1010{{{
    11 SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'whatever' AND (wp_posts.post_status = 'publish') 'ORDER BY wp_posts.post_date' DESC LIMIT 0, 10
     11SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'whatever' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC LIMIT 0, 10
    1212}}}