Skip to content

Commit e3efa1f

Browse files
BurntimeXTimWolla
andauthored
Apply suggestions from code review
Co-authored-by: Tim Düsterhus <[email protected]>
1 parent fd75d4d commit e3efa1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/view/template-modifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The exact formatting depends on the current language (via the language items `wc
199199

200200
## PHP Functions
201201

202-
A whitelisted set of PHP functions can also be used as variable modifiers:
202+
A limited number of safe native PHP functions may also be used as variable modifiers:
203203

204204
* `abs`
205205
* `addslashes`

docs/view/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ A modifier may accept additional parameters that affect its behavior. These para
206206
{$variable|modifier:'param1':'param2'}
207207
```
208208

209-
An overview of all available modifiers can be found [here](template-modifiers.md).
209+
An [overview of all available modifiers](template-modifiers.md) is available on a [dedicated page](template-modifiers.md).
210210

211211
#### System Template Variable
212212

0 commit comments

Comments
 (0)