mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 21:31:48 +01:00
Tidy up some formatting
This commit is contained in:
@@ -26,11 +26,19 @@ require_once $smarty->_get_plugin_filepath('function', 'html_options');
|
||||
</programlisting>
|
||||
<para>
|
||||
As a general rule, Smarty object is always passed to the plugins
|
||||
as the last parameter (with two exceptions: modifiers do not get
|
||||
passed the Smarty object at all and blocks get passed
|
||||
<parameter>&$repeat</parameter> after the Smarty object to keep
|
||||
backwards compatibility to older versions of Smarty).
|
||||
</para>
|
||||
as the last parameter with two exceptions:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
modifiers do not get passed the Smarty object at all
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
blocks get passed
|
||||
<parameter>$repeat</parameter> after the Smarty object to keep
|
||||
backwards compatibility to older versions of Smarty.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect1>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
||||
Reference in New Issue
Block a user