Ticket #5465: the_content_export-r6377.patch
| File the_content_export-r6377.patch, 726 bytes (added by tellyworth, 4 years ago) |
|---|
-
wordpress/wp-admin/includes/export.php
200 200 201 201 <guid isPermaLink="false"><?php the_guid(); ?></guid> 202 202 <description></description> 203 <content:encoded><![CDATA[<?php echo $post->post_content?>]]></content:encoded>203 <content:encoded><![CDATA[<?php echo apply_filters('the_content_export', $post->post_content); ?>]]></content:encoded> 204 204 <wp:post_id><?php echo $post->ID; ?></wp:post_id> 205 205 <wp:post_date><?php echo $post->post_date; ?></wp:post_date> 206 206 <wp:post_date_gmt><?php echo $post->post_date_gmt; ?></wp:post_date_gmt>
