mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
the_content_export filter from tellyworth. fixes #5465
git-svn-id: https://develop.svn.wordpress.org/trunk@6383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
390e3d1c20
commit
c7763a6f76
@ -200,7 +200,7 @@ echo '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n";
|
||||
|
||||
<guid isPermaLink="false"><?php the_guid(); ?></guid>
|
||||
<description></description>
|
||||
<content:encoded><![CDATA[<?php echo $post->post_content ?>]]></content:encoded>
|
||||
<content:encoded><![CDATA[<?php echo apply_filters('the_content_export', $post->post_content); ?>]]></content:encoded>
|
||||
<wp:post_id><?php echo $post->ID; ?></wp:post_id>
|
||||
<wp:post_date><?php echo $post->post_date; ?></wp:post_date>
|
||||
<wp:post_date_gmt><?php echo $post->post_date_gmt; ?></wp:post_date_gmt>
|
||||
|
Loading…
x
Reference in New Issue
Block a user