From 0b730d65268bf28ba0f72e131d448a25e4dcb676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valenti=CC=81n=20Garci=CC=81a?= Date: Thu, 10 May 2018 10:46:58 -0500 Subject: [PATCH] Siwtch back comment about labels --- libraries/cms/html/select.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/cms/html/select.php b/libraries/cms/html/select.php index a2e0bc88f2820..0eeddab57606d 100644 --- a/libraries/cms/html/select.php +++ b/libraries/cms/html/select.php @@ -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.