Make WordPress Core


Ignore:
Timestamp:
11/24/2006 10:55:28 PM (20 years ago)
Author:
markjaquith
Message:

whitespace tidying by Viper007Bond. fixes #3385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r4523 r4529  
    481481                WHERE post_date >       '$thisyear-$thismonth-01'
    482482                AND MONTH( post_date ) != MONTH( '$thisyear-$thismonth-01' )
    483                 AND post_type = 'post' AND post_status = 'publish' 
     483                AND post_type = 'post' AND post_status = 'publish'
    484484                        ORDER   BY post_date ASC
    485485                        LIMIT 1");
Note: See TracChangeset for help on using the changeset viewer.