diff options
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 841396ec7..1614d2510 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -4571,7 +4571,8 @@ function drupal_alter($type, &$data, &$context1 = NULL, &$context2 = NULL) { * @param $content * A string or renderable array representing the body of the page. * @return - * A renderable array representing the body of the page. + * If called without $content, a renderable array representing the body of + * the page. */ function drupal_set_page_content($content = NULL) { $content_block = &drupal_static(__FUNCTION__, NULL); |