diff options
Diffstat (limited to 'lib/smarty3/sysplugins/smarty_internal_block.php')
-rw-r--r-- | lib/smarty3/sysplugins/smarty_internal_block.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/smarty3/sysplugins/smarty_internal_block.php b/lib/smarty3/sysplugins/smarty_internal_block.php index a33ad1b..9956d64 100644 --- a/lib/smarty3/sysplugins/smarty_internal_block.php +++ b/lib/smarty3/sysplugins/smarty_internal_block.php @@ -38,7 +38,7 @@ class Smarty_Internal_Block public $prepend = false; /** - * Block calls {$smarty.block.child} + * Block calls $smarty.block.child * * @var bool */ @@ -67,7 +67,7 @@ class Smarty_Internal_Block /** * Smarty_Internal_Block constructor. - * - if outer level {block} of child template ($state == 1) save it as child root block + * - if outer level {block} of child template ($state === 1) save it as child root block * - otherwise process inheritance and render * * @param string $name block name @@ -87,4 +87,4 @@ class Smarty_Internal_Block public function callBlock(Smarty_Internal_Template $tpl) { } -}
\ No newline at end of file +} |