Skip to content
Snippets Groups Projects
Commit 8c852108 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #534480 by solotandem: change explode to implode in the documentation.

parent 8140ed0d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment