summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-11-15 10:47:18 +0000
committerDries Buytaert <dries@buytaert.net>2004-11-15 10:47:18 +0000
commitc13abe16555a8a7f70021dae0cf9f3dd20e6c83d (patch)
tree8b85f7fdf23cb57a4f136fded1ca26b31c31be74 /includes/common.inc
parent52d9dd1b01029ff4cbd4a72af29ddfa4be889954 (diff)
downloadbrdo-c13abe16555a8a7f70021dae0cf9f3dd20e6c83d.tar.gz
brdo-c13abe16555a8a7f70021dae0cf9f3dd20e6c83d.tar.bz2
- Patch #12885 by Ber: improved the Doxygen documentation of drupal_set_html_head().
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 7a5f8e961..34e96a274 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 = '';