Stop jetpack markdown of add slashs in HTML, closes #8782
This commit is contained in:
parent
4dd19c3839
commit
23f6544ffc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue