From: Jez Halford Date: Wed, 24 Apr 2013 14:03:23 +0000 (+0200) Subject: Made macro doc clearer X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c155932490453980e18cfe0ac50474ac6fd64c8b;p=web%2Fkonrad%2Ftwig.git Made macro doc clearer Previous wording implied (to me at least) that macros *are* PHP functions. --- 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::