Stop jetpack markdown of add slashs in HTML, closes #8782

This commit is contained in:
Claudio Sanches 2015-08-11 12:06:59 -03:00
parent 4dd19c3839
commit 23f6544ffc
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ function wc_format_product_short_description( $content ) {
if ( class_exists( 'WPCom_Markdown' ) ) {
$markdown = WPCom_Markdown::get_instance();
return wpautop( $markdown->transform( $content ) );
return wpautop( $markdown->transform( $content, array( 'unslash' => false ) ) );
}
return $content;