Made macro doc clearer

Previous wording implied (to me at least) that macros *are* PHP functions.
This commit is contained in:
Jez Halford
2013-04-24 16:03:23 +02:00
parent 80fd11cbbe
commit c155932490
+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::