Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Jun 2015 at 23:37 UTC
Updated:
20 Jun 2015 at 17:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
star-szrThis one is legitimate, only marking strings as safe if they passed SafeMarkup::isSafe() in the previous request.
Comment #2
joelpittetBeauty, thanks for adding the @see drupal_set_message()
Comment #4
xjmI smiled at "let autoescape do its thing", but decided I'm in favor of that wording. :) This call is an intentional part of the API for
drupal_set_message()so referencing that function makes that intent clear.This issue only changes documentation (and is part of resolving a critical), so per https://www.drupal.org/core/beta-changes, this can be completed any time during the Drupal 8 beta phase. Committed and pushed to 8.0.x. Thanks!