adding comment
authorRyan Kaldari <kaldari@users.mediawiki.org>
Sat, 22 Jan 2011 01:57:25 +0000 (01:57 +0000)
committerRyan Kaldari <kaldari@users.mediawiki.org>
Sat, 22 Jan 2011 01:57:25 +0000 (01:57 +0000)
includes/Xml.php

index 83c3d9e..b293b18 100644 (file)
@@ -448,7 +448,7 @@ class Xml {
         * @param $name Mixed: Name and id for the drop-down
         * @param $class Mixed: CSS classes for the drop-down
         * @param $other Mixed: Text for the "Other reasons" option
-        * @param $list Mixed: Correctly formatted text to be used to generate the options
+        * @param $list Mixed: Correctly formatted text (newline delimited) to be used to generate the options
         * @param $selected Mixed: Option which should be pre-selected
         * @param $tabindex Mixed: Value of the tabindex attribute
         * @return string