# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /var/www/wordtrunk/wp-includes
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
2287 | 2287 | if ( !empty( $dateCreated ) ) { |
2288 | 2288 | $post_date = get_date_from_gmt(iso8601_to_datetime($dateCreated)); |
2289 | 2289 | $post_date_gmt = iso8601_to_datetime($dateCreated, 'GMT'); |
2290 | | } else { |
2291 | | $post_date = current_time('mysql'); |
2292 | | $post_date_gmt = current_time('mysql', 1); |
2293 | | No newline at end of file |
2294 | 2290 | } |
2295 | 2291 | |
2296 | 2292 | $post_category = array(); |