Skip to content

Commit

Permalink
Siwtch back comment about labels
Browse files Browse the repository at this point in the history
  • Loading branch information
htmgarcia committed May 10, 2018
1 parent dc77ed3 commit 0b730d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/cms/html/select.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ public static function integerlist($start, $end, $inc, $name, $attribs = null, $
* option.key: The property that will hold the selection value.
* Defaults to "value".
* option.label: The property in each option array to use as the
* selection label attribute. If a "badge" option is provided, defaults to
* "badge", if no label is given, defaults to null (none).
* selection label attribute. If a "label" option is provided, defaults to
* "label", if no label is given, defaults to null (none).
* option.text: The property that will hold the the displayed text.
* Defaults to "text". If set to null, the option array is assumed to be a
* list of displayable scalars.
Expand Down

0 comments on commit 0b730d6

Please sign in to comment.