aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md')
-rw-r--r--vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md b/vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md
index b089821a6..a4e99daa3 100644
--- a/vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md
+++ b/vendor/smarty/smarty/docs/programmers/plugins/plugins-modifiers.md
@@ -25,7 +25,7 @@ The first parameter to the modifier plugin is the value on which the
modifier is to operate. The rest of the parameters are optional,
depending on what kind of operation is to be performed.
-The modifier has to [return](&url.php-manual;return) the result of its
+The modifier has to [return](https://www.php.net/return) the result of its
processing.
This plugin basically aliases one of the built-in PHP functions. It does