Jelajahi Sumber

Lodestar: Use wp_kses_post rather than wp_filter_post_kses. See 5019-wpcom-themes.

Laurel Fulford 7 tahun lalu
induk
melakukan
2d8898fa57
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      lodestar/inc/jetpack.php
  2. 1 1
      lodestar/style.css

+ 1 - 1
lodestar/inc/jetpack.php

@@ -186,7 +186,7 @@ function lodestar_portfolio_content( $before = '', $after = '' ) {
 	if ( is_tax() && get_the_archive_description() ) {
 		echo $before . get_the_archive_description() . $after;
 	} else if ( isset( $jetpack_portfolio_content ) && '' != $jetpack_portfolio_content ) {
-		$content = convert_chars( convert_smilies( wptexturize( stripslashes( wp_filter_post_kses( addslashes( $jetpack_portfolio_content ) ) ) ) ) );
+		$content = convert_chars( convert_smilies( wptexturize( wp_kses_post( $jetpack_portfolio_content ) ) ) );
 		echo $before . $content . $after;
 	}
 }

+ 1 - 1
lodestar/style.css

@@ -4,7 +4,7 @@ Theme URI: http://theme.wordpress.com/themes/lodestar
 Author: Automattic
 Author URI: https://www.wordpress.com
 Description: Lodestar is a trendy one-page theme designed with startups and small business ventures in mind.
-Version: 1.0.6
+Version: 1.0.7
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: lodestar