1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 00:37:02 +02:00
This commit is contained in:
Ryan Cramer
2017-12-22 07:47:44 -05:00
parent 5b53a41c12
commit 63229872a0

View File

@@ -501,7 +501,7 @@ function wireRenderFile($filename, array $vars = array(), array $options = array
* - It will assume a ".php" extension if filename has no extension.
*
* Note this function produced direct output. To retrieve output as a return value, use the
* wireTemplateFile function instead.
* `wireRenderFile()` function instead.
*
* @param $filename
* @param array $vars Optional variables you want to hand to the include (associative array)