Ticket #30429: 30429.patch
| File 30429.patch, 570 bytes (added by , 11 years ago) |
|---|
-
wp-includes/class-wp-xmlrpc-server.php
1232 1232 } 1233 1233 1234 1234 if ( ! empty( $dateCreated ) ) { 1235 $post_data['post_date'] = get_date_from_gmt( iso8601_to_datetime( $dateCreated ) );1235 $post_data['post_date'] = get_date_from_gmt( iso8601_to_datetime( $dateCreated, 'GMT' ) ); 1236 1236 $post_data['post_date_gmt'] = iso8601_to_datetime( $dateCreated, 'GMT' ); 1237 1237 } 1238 1238