diff --git a/core/includes/common.inc b/core/includes/common.inc index 7ac9ee4..bb597f2 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -325,7 +325,7 @@ function drupal_get_breadcrumb() { * @return * An array of all stored HEAD elements. * - * @see theme_html_tag() + * @see drupal_pre_render_html_tag() */ function drupal_add_html_head($data = NULL, $key = NULL) { $stored_head = &drupal_static(__FUNCTION__);