summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-05-04 22:26:00 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-05-04 22:26:00 -0400
commit1a17a804581a92d4fec9e3b9bf8dc63eee404653 (patch)
tree43b03547d85b24a67ca5f025f2af6f16804b22db /includes
parenta3f85f1bd90a0ba3bf0143193b131859573892da (diff)
downloadbrdo-1a17a804581a92d4fec9e3b9bf8dc63eee404653.tar.gz
brdo-1a17a804581a92d4fec9e3b9bf8dc63eee404653.tar.bz2
Issue #2428399 by joshi.rohit100, SkidNCrashwell, Sagar Ramgade, er.pushpinderrana, Dom.: Default empty option label text different in documentation than in reality
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 0d358c2b4..306747bae 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -2662,8 +2662,8 @@ function _form_options_flatten($array) {
* - #required: (optional) Whether the user needs to select an option (TRUE)
* or not (FALSE). Defaults to FALSE.
* - #empty_option: (optional) The label to show for the first default option.
- * By default, the label is automatically set to "- Please select -" for a
- * required field and "- None -" for an optional field.
+ * By default, the label is automatically set to "- Select -" for a required
+ * field and "- None -" for an optional field.
* - #empty_value: (optional) The value for the first default option, which is
* used to determine whether the user submitted a value or not.
* - If #required is TRUE, this defaults to '' (an empty string).