Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Render / HtmlResponseAttachmentsProcessor.php
index 7b171f8202fe85d32a6e36f49b70c243d7124481..b1e8fb0e7681e06dddbf22ef4f46996da5a1b05d 100644 (file)
@@ -384,8 +384,8 @@ class HtmlResponseAttachmentsProcessor implements AttachmentsResponseProcessorIn
   /**
    * Transform a html_head_link array into html_head and http_header arrays.
    *
-   * html_head_link is a special case of html_head which can be present as
-   * a link item in the HTML head section, and also as a Link: HTTP header,
+   * Variable html_head_link is a special case of html_head which can be present
+   * as a link item in the HTML head section, and also as a Link: HTTP header,
    * depending on options in the render array. Processing it can add to both the
    * html_head and http_header sections.
    *