merged branch jezhalford/patch-1 (PR #1067)

This PR was merged into the master branch.

Discussion
----------

Made macro documentation clearer

Previous wording implied (to me at least) that macros *are* PHP functions.

Commits
-------

c155932 Made macro doc clearer
This commit is contained in:
Fabien Potencier
2013-04-24 16:31:03 +02:00
+1 -1
View File
@@ -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::