1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +02:00
This commit is contained in:
Ryan Cramer
2021-03-19 09:42:13 -04:00
parent be10a6ce7e
commit 964c95474f

View File

@@ -954,7 +954,6 @@ $config->pageNameCharset = 'ascii';
/**
* If 'pageNameCharset' is 'UTF8' then specify the whitelist of allowed characters here
*
* To allow any characters, you can make this blank, however using a whitelist is strongly recommended.
* Please note this whitelist is only used if pageNameCharset is 'UTF8'.
*
* @var string