From 076d3986d88d1266a1d8ffcbaa89553d248dc85f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 Jan 2010 11:41:20 +0000 Subject: - Patch #681538 by jhodgdon: fixed drupal_deliver_html_page() has see also that's missing link. --- includes/common.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 57f60571e..c6472be18 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2842,8 +2842,7 @@ function drupal_deliver_page($page_callback_result, $default_delivery_callback = } /** - * Package and send the result of a page callback to the browser as a normal - * HTML page. + * Package and send the result of a page callback to the browser as HTML. * * @param $page_callback_result * The result of a page callback. Can be one of: @@ -2852,7 +2851,7 @@ function drupal_deliver_page($page_callback_result, $default_delivery_callback = * - A string of HTML content. * - A renderable array of content. * - * @see drupal_deliver_page + * @see drupal_deliver_page() */ function drupal_deliver_html_page($page_callback_result) { // Emit the correct charset HTTP header, but not if the page callback -- cgit v1.2.3