瀏覽代碼

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

Laurel Fulford 7 年之前
父節點
當前提交
2d8898fa57
共有 2 個文件被更改,包括 2 次插入2 次删除
  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() ) {
 	if ( is_tax() && get_the_archive_description() ) {
 		echo $before . get_the_archive_description() . $after;
 		echo $before . get_the_archive_description() . $after;
 	} else if ( isset( $jetpack_portfolio_content ) && '' != $jetpack_portfolio_content ) {
 	} 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;
 		echo $before . $content . $after;
 	}
 	}
 }
 }

+ 1 - 1
lodestar/style.css

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