From e43f7306eebf58a858af97e017eeb4b5c35c7986 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 31 Jul 2020 15:15:48 +0100
Subject: [PATCH] Issue #3158589 by bhushan.nagaonkar, brittany.huntzberry,
 ankithashetty, cilefen, alexpott, davidhernandez, nijolawrence: Improve
 comment in default.settings.php

(cherry picked from commit 6cac5d7f2146a893b7b7c7244fbf7235e8006693)
---
 core/assets/scaffold/files/default.settings.php | 11 +++++++----
 sites/default/default.settings.php              | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/core/assets/scaffold/files/default.settings.php b/core/assets/scaffold/files/default.settings.php
index 62f73e1b4653..c5e2b4ab0d97 100644
--- a/core/assets/scaffold/files/default.settings.php
+++ b/core/assets/scaffold/files/default.settings.php
@@ -781,10 +781,13 @@
 /**
  * Load local development override configuration, if available.
  *
- * Use settings.local.php to override variables on secondary (staging,
- * development, etc) installations of this site. Typically used to disable
- * caching, JavaScript/CSS compression, re-routing of outgoing emails, and
- * other things that should not happen on development and testing sites.
+ * Create a settings.local.php file to override variables on secondary (staging,
+ * development, etc.) installations of this site.
+ *
+ * Typical uses of settings.local.php include:
+ * - Disabling caching.
+ * - Disabling JavaScript/CSS compression.
+ * - Rerouting outgoing emails.
  *
  * Keep this code block at the end of this file to take full effect.
  */
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 62f73e1b4653..c5e2b4ab0d97 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -781,10 +781,13 @@
 /**
  * Load local development override configuration, if available.
  *
- * Use settings.local.php to override variables on secondary (staging,
- * development, etc) installations of this site. Typically used to disable
- * caching, JavaScript/CSS compression, re-routing of outgoing emails, and
- * other things that should not happen on development and testing sites.
+ * Create a settings.local.php file to override variables on secondary (staging,
+ * development, etc.) installations of this site.
+ *
+ * Typical uses of settings.local.php include:
+ * - Disabling caching.
+ * - Disabling JavaScript/CSS compression.
+ * - Rerouting outgoing emails.
  *
  * Keep this code block at the end of this file to take full effect.
  */
-- 
GitLab