Skip to content
Snippets Groups Projects
Commit c13abe16 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #12885 by Ber: improved the Doxygen documentation of drupal_set_html_head().
parent 52d9dd1b
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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 = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment