From c13abe16555a8a7f70021dae0cf9f3dd20e6c83d Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 15 Nov 2004 10:47:18 +0000 Subject: [PATCH] - Patch #12885 by Ber: improved the Doxygen documentation of drupal_set_html_head(). --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/common.inc b/includes/common.inc index 7a5f8e961a42..34e96a274a22 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -65,6 +65,7 @@ function drupal_get_breadcrumb() { /** * Add output to the head tag of the HTML page. + * This function can be called as long the headers aren't sent. */ function drupal_set_html_head($data = NULL) { static $stored_head = ''; -- GitLab