File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments