summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-29 18:58:48 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-29 18:58:48 +0000
commitce2088e817c23ec3ebe23edc3b6613c76ca567c8 (patch)
tree90a62cd6d9fa993c1bc2f7df22d70153621537ae /includes
parent71e7e78bf85ca5218225fea2f04a0be8332c34b6 (diff)
downloadbrdo-ce2088e817c23ec3ebe23edc3b6613c76ca567c8.tar.gz
brdo-ce2088e817c23ec3ebe23edc3b6613c76ca567c8.tar.bz2
- Patch #105454 by kkaefer, ChrisKennedy, RobRoy et al: fixed update paths.
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 4aac8d1a9..5f8262c44 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -942,9 +942,9 @@ function form_select_options($element, $choices = NULL) {
}
/**
- * Traverses a select element's #option array looking for the object that
+ * Traverses a select element's #option array looking for the object that
* holds the given key. Returns FALSE if not found. As usual with functions
- * that can return 0 or FALSE do not forget to use === and !== if needed.
+ * that can return 0 or FALSE do not forget to use === and !== if needed.
*
* @param $element
* The select element.