From 4840a9267e44c0d293bbaaa56b306c9c7f402657 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 21 May 2021 10:39:14 +0000 Subject: [PATCH] Boostrap/Load: Further update the language in `wp-config-sample.php`. This restores "That's all, stop editing!" line to its previous format, to avoid breaking external integrations looking for that format specifically. Follow up to [50915], [50917], [50918]. Props swissspidy, schlessera. Fixes #37199. git-svn-id: https://develop.svn.wordpress.org/trunk@50946 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-config-sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index 85691d2bfc..d8469e730f 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -81,11 +81,11 @@ $table_prefix = 'wp_'; */ define( 'WP_DEBUG', false ); -/** Add any custom values after this line. */ +/* Add any custom values between this line and the "stop editing" line. */ -/** Custom values must be above this line. That's all, stop editing! Happy publishing. */ +/* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) {