diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-15 10:47:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-15 10:47:18 +0000 |
commit | c13abe16555a8a7f70021dae0cf9f3dd20e6c83d (patch) | |
tree | 8b85f7fdf23cb57a4f136fded1ca26b31c31be74 /includes/common.inc | |
parent | 52d9dd1b01029ff4cbd4a72af29ddfa4be889954 (diff) | |
download | brdo-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.inc | 1 |
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 = ''; |