Skip to content
Snippets Groups Projects
Commit 448640f1 authored by Angie Byron's avatar Angie Byron
Browse files

Removing left-over from drupal_set_title() roll-back.

parent 94d859b3
No related branches found
No related tags found
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
......@@ -24,27 +24,6 @@
*/
define('SAVED_DELETED', 3);
/**
* @name Title text filtering flags
* @{
* Flags for use in drupal_set_title().
*/
/**
* Flag for drupal_set_title(); text is not sanitized, so run check_plain().
*/
define('CHECK_PLAIN', 0);
/**
* Flag for drupal_set_title(); text has already been sanitized.
*/
define('PASS_THROUGH', -1);
/**
* @} End of "Title text filtering flags".
*/
/**
* Set content for a specified region.
*
......
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