aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md')
-rw-r--r--vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md b/vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md
index 47281fef5..0e11c0782 100644
--- a/vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md
+++ b/vendor/smarty/smarty/docs/programmers/plugins/plugins-block-functions.md
@@ -62,7 +62,7 @@ cannot have both custom function `{func}` and block function
If you have nested block functions, it\'s possible to find out what the
parent block function is by accessing `$smarty->_tag_stack` variable.
-Just do a [`var_dump()`](&url.php-manual;var_dump) on it and the
+Just do a [`var_dump()`](https://www.php.net/var_dump) on it and the
structure should be apparent.