From 62d35aae07b449b9337eff32a7ddb91f0be062d5 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 14 May 2021 19:33:05 +0000 Subject: [PATCH] Boostrap/Load: Strengthen language in wp-config-sample.php Make it clearer where custom pieces belong in wp-config.php Props kraftbj, jorbin. Fixes #37199. git-svn-id: https://develop.svn.wordpress.org/trunk@50915 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-config-sample.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index bb04ed6986..aa10cf6ced 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -79,7 +79,15 @@ $table_prefix = 'wp_'; */ define( 'WP_DEBUG', false ); -/* That's all, stop editing! Happy publishing. */ +/** Add any custom values after this line. */ + + + +/** + * Custom Values must appear above this line. + * + * That's all, stop editing! Happy publishing. + */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) {