From 63229872a0ea83e77ea9a4f8bfe8eda812a4fd93 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 22 Dec 2017 07:47:44 -0500 Subject: [PATCH] Fix typo in phpdoc processwire/processwire-issues#458 --- wire/core/Functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/Functions.php b/wire/core/Functions.php index d91d5823..16cfba16 100644 --- a/wire/core/Functions.php +++ b/wire/core/Functions.php @@ -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)