diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-09-07 06:39:22 -0400 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-09-07 06:39:22 -0400 |
commit | 774bf87366b87507d95eda9c491deee8429e8cb6 (patch) | |
tree | 569f79d0c290ff181457f99da3069993ff4f1180 /includes | |
parent | d89da6c42a6e1376949b7ea75ea70ae26de3013f (diff) | |
download | brdo-774bf87366b87507d95eda9c491deee8429e8cb6.tar.gz brdo-774bf87366b87507d95eda9c491deee8429e8cb6.tar.bz2 |
- Patch #1265586 by James_Stallings, edmund.kwok: remove bitter tasting 'bile' in core documentation ;).
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index cbfdabb19..c6638dc0f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6163,7 +6163,7 @@ function element_children(&$elements, $sort = FALSE) { } /** - * Return the visibile children of an element. + * Returns the visible children of an element. * * @param $elements * The parent element. |