|
@@ -35,7 +35,7 @@ get_header(); ?>
|
|
|
|
|
|
<article class="hentry">
|
|
|
<div class="entry-content">
|
|
|
- <?php echo convert_chars( convert_smilies( wptexturize( stripslashes( wp_filter_post_kses( addslashes( $jetpack_options['page-content'] ) ) ) ) ) ); ?>
|
|
|
+ <?php echo convert_chars( convert_smilies( wptexturize( wp_kses_post( $jetpack_options['page-content'] ) ) ) ); ?>
|
|
|
</div>
|
|
|
</article>
|
|
|
|
|
@@ -67,4 +67,4 @@ get_header(); ?>
|
|
|
<?php endif;
|
|
|
wp_reset_postdata(); ?>
|
|
|
|
|
|
-<?php get_footer(); ?>
|
|
|
+<?php get_footer(); ?>
|