Ticket #24330: 24330.patch
File 24330.patch, 458 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-formats.php
941 941 942 942 $extra = get_the_remaining_content( $more_link_text, $strip_teaser, $post->ID ); 943 943 944 remove_filter( 'the_content', 'post_formats_compat', 7 );944 remove_filter( 'the_content', 'post_formats_compat', 7, 2 ); 945 945 $content = apply_filters( 'the_content', $extra, $post->ID ); 946 946 add_filter( 'the_content', 'post_formats_compat', 7, 2 ); 947 947