From c62cd6c02308522da6152f7995bb10c9e2f5aa3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Wed, 29 Jun 2016 19:26:07 +0300 Subject: [PATCH] Add space after comma in function call parameters --- lib/Newsletter/Editor/PostContentManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Newsletter/Editor/PostContentManager.php b/lib/Newsletter/Editor/PostContentManager.php index ab94600d4b..07d33f55ff 100644 --- a/lib/Newsletter/Editor/PostContentManager.php +++ b/lib/Newsletter/Editor/PostContentManager.php @@ -41,7 +41,7 @@ class PostContentManager { '', '

', '', '', '', '', '', '

', '

', '

', '', '
    ', '
      ', '
    1. ', '
      ' ); - $content = strip_tags($content, implode('',$tags_not_being_stripped)); + $content = strip_tags($content, implode('', $tags_not_being_stripped)); $content = wpautop($content); return $content;