Make WordPress Core


Ignore:
Timestamp:
04/24/2004 09:52:24 PM (21 years ago)
Author:
saxmatt
Message:

Timezone fixes, I hope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-commentsrss2.php

    r1108 r1150  
    3232            LEFT JOIN $tableposts ON comment_post_id = id WHERE comment_post_ID = '$id'
    3333            AND $tablecomments.comment_approved = '1' AND $tableposts.post_status = 'publish'
    34             AND post_date < '".date("Y-m-d H:i:s")."'
     34            AND post_date < '".date("Y-m-d H:i:59")."'
    3535            ORDER BY comment_date LIMIT " . get_settings('posts_per_rss') );
    3636        } else { // if no post id passed in, we'll just ue the last 10 comments.
Note: See TracChangeset for help on using the changeset viewer.