From: Siebrand Mazeland Date: Sun, 12 Sep 2010 15:17:43 +0000 (+0200) Subject: Update incomplete documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9bc4aaeca34a711e482c3f2c064bb18e65eda0be;p=quix0rs-gnu-social.git Update incomplete documentation. --- diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 5dc2b38dab..44b0296046 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -325,6 +325,7 @@ class HTMLOutputter extends XMLOutputter * @param string $label text of the button * @param string $cls class of the button, default 'submit' * @param string $name name, if different than ID + * @param string $title title text for the submit button * * @return void *