mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
remove code not intended for this version
This commit is contained in:
@@ -703,9 +703,6 @@ abstract class Smarty_Internal_TemplateCompilerBase
|
||||
*/
|
||||
public function processText($text)
|
||||
{
|
||||
if ($this->inheritance_child && !$this->blockTagNestingLevel) {
|
||||
return null;
|
||||
}
|
||||
if ($this->parser->strip) {
|
||||
return new Smarty_Internal_ParseTree_Text($this->parser, preg_replace($this->stripRegEx, '', $text));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user