Skip to content

Commit ae9cf2a

Browse files
committed
Revert unintended change
1 parent 1935b18 commit ae9cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ function wxr_filter_postmeta( $return_me, $meta_key ) {
629629
*
630630
* @param string $post_excerpt Excerpt for the current post.
631631
*/
632-
$excerpt = wxr_cdata( $post->post_excerpt );
632+
$excerpt = wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) );
633633

634634
$is_sticky = is_sticky( $post->ID ) ? 1 : 0;
635635
?>

0 commit comments

Comments
 (0)