Make WordPress Core

Ticket #52180: 52180.diff

File 52180.diff, 901 bytes (added by jmdodd, 3 years ago)
  • src/wp-admin/includes/export.php

     
    576576                <wp:post_id><?php echo (int) $post->ID; ?></wp:post_id>
    577577                <wp:post_date><?php echo wxr_cdata( $post->post_date ); ?></wp:post_date>
    578578                <wp:post_date_gmt><?php echo wxr_cdata( $post->post_date_gmt ); ?></wp:post_date_gmt>
     579                <wp:post_modified><?php echo wxr_cdata( $post->post_modified ); ?></wp:post_modified>
     580                <wp:post_modified_gmt><?php echo wxr_cdata( $post->post_modified_gmt ); ?></wp:post_modified_gmt>
    579581                <wp:comment_status><?php echo wxr_cdata( $post->comment_status ); ?></wp:comment_status>
    580582                <wp:ping_status><?php echo wxr_cdata( $post->ping_status ); ?></wp:ping_status>
    581583                <wp:post_name><?php echo wxr_cdata( $post->post_name ); ?></wp:post_name>