Index: trunk/extensions/HtmlUi/classes/HtmlUiTemplate.php |
— | — | @@ -86,7 +86,9 @@ |
87 | 87 | * should have never had any escapable characters in them anyways) and values are assumed to be |
88 | 88 | * escaped already (since data given to the template is escaped by default). |
89 | 89 | * |
90 | | - * @param $data Mixed: Data to unescape, either a string or array of strings |
| 90 | + * @param $data Mixed: Data to make into attributes, string or array of strings or an array of |
| 91 | + * attribute/value pairs where a value can either be a string or an array and will be |
| 92 | + * imploded with a space delimiter. |
91 | 93 | * @return String: XML-style attributes |
92 | 94 | */ |
93 | 95 | public static function attributes( $data ) { |