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

     
    200200 
    201201<guid isPermaLink="false"><?php the_guid(); ?></guid> 
    202202<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> 
    204204<wp:post_id><?php echo $post->ID; ?></wp:post_id> 
    205205<wp:post_date><?php echo $post->post_date; ?></wp:post_date> 
    206206<wp:post_date_gmt><?php echo $post->post_date_gmt; ?></wp:post_date_gmt>