Skip to content

Instantly share code, notes, and snippets.

@croxton
Created November 13, 2012 18:34
Show Gist options
  • Save croxton/4067524 to your computer and use it in GitHub Desktop.
Save croxton/4067524 to your computer and use it in GitHub Desktop.
Line 134
if ( $vars['template_debugging'])
{
foreach ($vars['template_debugging'] as &$debug_row)
{
$debug_row = htmlentities($debug_row);
}
}
unset($debug_row);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment