From 910a5d8b742e4f7a41d2d0d4c7684ea53cec5eeb Mon Sep 17 00:00:00 2001 From: Jerenus Date: Wed, 5 Dec 2012 12:16:46 +0800 Subject: [PATCH] Issue #1853050 by Jerenus: Typos in docs for drupal_send_headers(). --- core/includes/bootstrap.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 03009b3..d718aa2 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -1248,8 +1248,9 @@ function _drupal_set_preferred_header_name($name = NULL) { * * @param $default_headers * An array of headers as name/value pairs. - * @param $single - * If TRUE and headers have already be sent, send only the specified header. + * @param $only_default + * If TRUE and headers have already been sent, send only the specified + * headers. */ function drupal_send_headers($default_headers = array(), $only_default = FALSE) { $headers_sent = &drupal_static(__FUNCTION__, FALSE); -- 1.7.10.4