Actions
Bug #3121
closedCode not returning PHP properly.
Description
Code isn't returning correctly when using PHP method. $content needs to return the eval results or anonymous function instead of ob_get_contents. This means echoes inside of those functions won't do anything, but doesn't matter as display is determined by the output parameter.
Actions