summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-30 10:54:41 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-30 10:54:41 +0000
commit8c8521081cbb8ffc80bb80c691dab3db270f5e9b (patch)
treeeed7f00fe8c9dc06ecb8014fd53cee569461b7d7 /includes
parent8140ed0d84b15156f10fff93430ddefa5dab91f3 (diff)
downloadbrdo-8c8521081cbb8ffc80bb80c691dab3db270f5e9b.tar.gz
brdo-8c8521081cbb8ffc80bb80c691dab3db270f5e9b.tar.bz2
- Patch #534480 by solotandem: change explode to implode in the documentation.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index af16de978..f97c10b37 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -85,7 +85,7 @@ function drupal_add_region_content($region = NULL, $data = NULL) {
* A specified region to fetch content for. If NULL, all regions will be
* returned.
* @param $delimiter
- * Content to be inserted between exploded array elements.
+ * Content to be inserted between imploded array elements.
*/
function drupal_get_region_content($region = NULL, $delimiter = ' ') {
$content = drupal_add_region_content();