From c155932490453980e18cfe0ac50474ac6fd64c8b Mon Sep 17 00:00:00 2001 From: Jez Halford Date: Wed, 24 Apr 2013 16:03:23 +0200 Subject: [PATCH] Made macro doc clearer Previous wording implied (to me at least) that macros *are* PHP functions. --- doc/tags/macro.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/tags/macro.rst b/doc/tags/macro.rst index 155f7fe..11c115a 100644 --- a/doc/tags/macro.rst +++ b/doc/tags/macro.rst @@ -20,7 +20,7 @@ Macros differs from native PHP functions in a few ways: * Arguments of a macro are always optional. -But as PHP functions, macros don't have access to the current template +But as with PHP functions, macros don't have access to the current template variables. .. tip:: -- 1.7.2.5