Changeset 2969
- Timestamp:
- 10/28/05 04:34:49 (3 years ago)
- Files:
-
- trunk/wp-includes/functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions-post.php
r2953 r2969 58 58 $post_date = current_time('mysql'); 59 59 if (empty($post_date_gmt)) 60 $post_date_gmt = current_time('mysql', 1);60 $post_date_gmt = get_gmt_from_date($post_date); 61 61 62 62 if ( empty($comment_status) ) {
