Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
448640f1
Commit
448640f1
authored
Oct 12, 2008
by
webchick
Browse files
Removing left-over from drupal_set_title() roll-back.
parent
94d859b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
448640f1
...
...
@@ -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.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment