summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index b9bf2d6d0..5b424829e 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -37,8 +37,9 @@ define('DRUPAL_MINIMUM_MYSQL', '5.0');
define('DRUPAL_MINIMUM_PGSQL', '8.3');
/**
- * Indicates that the item should never be removed unless explicitly told to
- * using cache_clear_all() with a cache ID.
+ * Indicates that the item should never be removed unless explicitly selected.
+ *
+ * The item may be removed using cache_clear_all() with a cache ID.
*/
define('CACHE_PERMANENT', 0);