summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-06-23 16:35:04 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-06-23 16:35:04 -0400
commit3201287ba449a71ea01c2159b59b71a020617ea5 (patch)
tree7cd7fafbd7d65eea15126d5115e5524bd71e0671 /includes
parentb0338a93aef22f078dac74dfefdf7aca2dbb481b (diff)
downloadbrdo-3201287ba449a71ea01c2159b59b71a020617ea5.tar.gz
brdo-3201287ba449a71ea01c2159b59b71a020617ea5.tar.bz2
Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.
Diffstat (limited to 'includes')
-rw-r--r--includes/bootstrap.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 827ac7761..400504aca 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -218,12 +218,16 @@ define('LANGUAGE_RTL', 1);
define('REQUEST_TIME', (int) $_SERVER['REQUEST_TIME']);
/**
- * Flag for drupal_set_title(); text is not sanitized, so run check_plain().
+ * Flag used to indicate that text is not sanitized, so run check_plain().
+ *
+ * @see drupal_set_title()
*/
define('CHECK_PLAIN', 0);
/**
- * Flag for drupal_set_title(); text has already been sanitized.
+ * Flag used to indicate that text has already been sanitized.
+ *
+ * @see drupal_set_title()
*/
define('PASS_THROUGH', -1);