Make WordPress Core


Ignore:
Timestamp:
02/23/2004 03:42:40 AM (23 years ago)
Author:
michelvaldrighi
Message:

big leap to GMT dates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-post.php

    r860 r914  
    4848
    4949
    50 $now = current_time('mysql');
     50$now = gmdate('Y-m-d H:i:s');
     51
    5152
    5253$comment = balanceTags($comment, 1);
Note: See TracChangeset for help on using the changeset viewer.