Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
8c852108
Commit
8c852108
authored
Jul 30, 2009
by
Dries Buytaert
Browse files
- Patch
#534480
by solotandem: change explode to implode in the documentation.
parent
8140ed0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
8c852108
...
...
@@ -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
ex
ploded array elements.
* Content to be inserted between
im
ploded array elements.
*/
function
drupal_get_region_content
(
$region
=
NULL
,
$delimiter
=
' '
)
{
$content
=
drupal_add_region_content
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment