Changeset 49910
- Timestamp:
- 12/28/2020 03:24:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r49193 r49910 24 24 * 25 25 * @since 2.1.0 26 * @since 5.7.0 Added the `post_modified` and `post_modified_gmt` fields to the export file. 26 27 * 27 28 * @global wpdb $wpdb WordPress database abstraction object. … … 577 578 <wp:post_date><?php echo wxr_cdata( $post->post_date ); ?></wp:post_date> 578 579 <wp:post_date_gmt><?php echo wxr_cdata( $post->post_date_gmt ); ?></wp:post_date_gmt> 580 <wp:post_modified><?php echo wxr_cdata( $post->post_modified ); ?></wp:post_modified> 581 <wp:post_modified_gmt><?php echo wxr_cdata( $post->post_modified_gmt ); ?></wp:post_modified_gmt> 579 582 <wp:comment_status><?php echo wxr_cdata( $post->comment_status ); ?></wp:comment_status> 580 583 <wp:ping_status><?php echo wxr_cdata( $post->ping_status ); ?></wp:ping_status>
Note: See TracChangeset
for help on using the changeset viewer.