diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 0531e00..4c1239a 100755 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -286,8 +286,9 @@ /** * Twig debugging: * - * Display debugging information in comments surrounding Twig template output - * and automatically recompile templates whenever the source code changes. + * When enabled, you can use the 'dump' function in Twig templates to output + * information about variables, and templates are automatically recompiled + * whenever the source code changes. * * @see http://drupal.org/node/1906392 *