diff options
author | Angie Byron | 2008-10-12 19:03:04 (GMT) |
---|---|---|
committer | Angie Byron | 2008-10-12 19:03:04 (GMT) |
commit | 448640f1380c39ec3be39791d7efb449f150e1ed (patch) | |
tree | 7de305bfc7aa5e5d1341eb4b95078158c95eb608 | |
parent | 94d859b3b1b2417b80528c0865859038b9576b7d (diff) |
Removing left-over from drupal_set_title() roll-back.7.0-unstable-2
-rw-r--r-- | includes/common.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/includes/common.inc b/includes/common.inc index 0310514..7830e40 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -25,27 +25,6 @@ define('SAVED_UPDATED', 2); 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. * * @param $region |