Revert "forgot to change this one back"

This reverts commit 4f4974aae4.
This commit is contained in:
Andy Miller
2015-01-11 16:00:14 -07:00
parent 4f4974aae4
commit 50ebdeddad

View File

@@ -17,7 +17,7 @@ trait MarkdownGravLinkTrait
/**
* Ensure Twig tags are treated as block level items with no <p></p> tags
*/
protected function blockTwigTag($Line)
protected function identifyTwigTag($Line)
{
if (preg_match('/[{%|{{|{#].*[#}|}}|%}]/', $Line['body'], $matches)) {
$Block = array(