From 5d86c1342c19fa7c1401b432149aa54a61d36b22 Mon Sep 17 00:00:00 2001 From: spirit Date: Wed, 16 Oct 2019 16:24:26 +0800 Subject: [PATCH] fix #89 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 033b3fe..dc57f0a 100644 --- a/functions.php +++ b/functions.php @@ -1515,7 +1515,7 @@ function html_tag_parser($content) { if(!is_feed()) { $content=preg_replace( '//i', - "\n", + "\n", $content );