From e394441a955f6bf1ee5b776f0aa6e13079191ed5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 15 Feb 2010 22:08:49 +0000 Subject: #530836 by mr.baileys: Fixed drupal_set_page_content() api documentation. --- includes/common.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/common.inc') 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); -- cgit v1.2.3