From 92da9f80d8dad2468c458b3c01a6a64c8e9865f8 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 4f93dc3b4afb..afbe2332d48c 100644
--- a/core/assets/scaffold/files/default.settings.php
+++ b/core/assets/scaffold/files/default.settings.php
@@ -759,10 +759,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 4f93dc3b4afb..afbe2332d48c 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -759,10 +759,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