From e3efa1f5cf5251782278400ed95c25f0a708e04e Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 12 Jun 2023 13:25:59 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Düsterhus --- docs/view/template-modifiers.md | 2 +- docs/view/templates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/view/template-modifiers.md b/docs/view/template-modifiers.md index fab1dbee..3f70d79b 100644 --- a/docs/view/template-modifiers.md +++ b/docs/view/template-modifiers.md @@ -199,7 +199,7 @@ The exact formatting depends on the current language (via the language items `wc ## PHP Functions -A whitelisted set of PHP functions can also be used as variable modifiers: +A limited number of safe native PHP functions may also be used as variable modifiers: * `abs` * `addslashes` diff --git a/docs/view/templates.md b/docs/view/templates.md index a972a946..010eb37c 100644 --- a/docs/view/templates.md +++ b/docs/view/templates.md @@ -206,7 +206,7 @@ A modifier may accept additional parameters that affect its behavior. These para {$variable|modifier:'param1':'param2'} ``` -An overview of all available modifiers can be found [here](template-modifiers.md). +An [overview of all available modifiers](template-modifiers.md) is available on a [dedicated page](template-modifiers.md). #### System Template Variable -- 2.20.1