Add space after comma in function call parameters
This commit is contained in:
@ -41,7 +41,7 @@ class PostContentManager {
|
|||||||
'<img>', '<p>', '<em>', '<span>', '<b>', '<strong>', '<i>', '<h1>',
|
'<img>', '<p>', '<em>', '<span>', '<b>', '<strong>', '<i>', '<h1>',
|
||||||
'<h2>', '<h3>', '<a>', '<ul>', '<ol>', '<li>', '<br>'
|
'<h2>', '<h3>', '<a>', '<ul>', '<ol>', '<li>', '<br>'
|
||||||
);
|
);
|
||||||
$content = strip_tags($content, implode('',$tags_not_being_stripped));
|
$content = strip_tags($content, implode('', $tags_not_being_stripped));
|
||||||
$content = wpautop($content);
|
$content = wpautop($content);
|
||||||
|
|
||||||
return $content;
|
return $content;
|
||||||
|
Reference in New Issue
Block a user