Changeset 7299
- Timestamp:
- 03/14/2008 07:37:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/export.php
r6753 r7299 196 196 <link><?php the_permalink_rss() ?></link> 197 197 <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate> 198 <dc:creator><?php the_author()?></dc:creator>198 <dc:creator><?php echo wxr_cdata(get_the_author()); ?></dc:creator> 199 199 <?php wxr_post_taxonomy() ?> 200 200 201 201 <guid isPermaLink="false"><?php the_guid(); ?></guid> 202 202 <description></description> 203 <content:encoded>< ![CDATA[<?php echo apply_filters('the_content_export', $post->post_content); ?>]]></content:encoded>203 <content:encoded><?php echo wxr_cdata( 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> … … 239 239 <wp:comment_date><?php echo $c->comment_date; ?></wp:comment_date> 240 240 <wp:comment_date_gmt><?php echo $c->comment_date_gmt; ?></wp:comment_date_gmt> 241 <wp:comment_content><?php echo $c->comment_content;?></wp:comment_content>241 <wp:comment_content><?php echo wxr_cdata($c->comment_content) ?></wp:comment_content> 242 242 <wp:comment_approved><?php echo $c->comment_approved; ?></wp:comment_approved> 243 243 <wp:comment_type><?php echo $c->comment_type; ?></wp:comment_type>
Note: See TracChangeset
for help on using the changeset viewer.