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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();