r63915 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63914‎ | r63915 | r63916 >
Date:17:14, 18 March 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix for r63675: the parameter is $attribs, not $attrs
Modified paths:
  • /trunk/phase3/includes/Xml.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Xml.php
@@ -337,7 +337,7 @@
338338 * Convenience function to build an HTML form label
339339 * @param $label text of the label
340340 * @param $id
341 - * @param $attrs Array, other attributes
 341+ * @param $attribs Array, other attributes
342342 * @return string HTML
343343 */
344344 public static function label( $label, $id, $attribs=array() ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63675Apply CSS classes for XML checkboxes/radiobuttons to their labels as well.happy-melon14:59, 13 March 2010

Status & tagging log