Skip to content
Snippets Groups Projects

Bugfix/wordpress review

Merged Marcin Kolanko requested to merge bugfix/wordpress-review into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -266,7 +266,7 @@ class Notice
if ($this->addParagraphToContent()) {
$noticeFormat = '<div %1$s><p>%2$s</p></div>';
}
echo sprintf($noticeFormat, $this->getAttributesAsString(), $this->noticeContent);
echo \wp_kses_post( sprintf($noticeFormat, $this->getAttributesAsString(), $this->noticeContent) );
}
}
Loading