From c6d14904b7db4e0970192a6f6c20c16782afbbe6 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Sat, 15 May 2021 21:58:18 +0000 Subject: [PATCH] Boostrap/Load: Have language in wp-config-sample.php better match install instructions. Help prevent errors from users who are less familiar with php from adding code in side the comment block and thus having their code not work. Therefore, this comment is now a single line. Follow up to [50915]. Fixes #37199. Props SergeyBiryukov. git-svn-id: https://develop.svn.wordpress.org/trunk@50917 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-config-sample.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index aa10cf6ced..a93e572fcb 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -83,11 +83,7 @@ define( 'WP_DEBUG', false ); -/** - * Custom Values must appear above this line. - * - * That's all, stop editing! Happy publishing. - */ +/** Custom Values must appear above this line. That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) {