Skip to content

Commit 62d35aa

Browse files
committed
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
1 parent dc1d54a commit 62d35aa

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

wp-config-sample.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,15 @@
7979
*/
8080
define( 'WP_DEBUG', false );
8181

82-
/* That's all, stop editing! Happy publishing. */
82+
/** Add any custom values after this line. */
83+
84+
85+
86+
/**
87+
* Custom Values must appear above this line.
88+
*
89+
* That's all, stop editing! Happy publishing.
90+
*/
8391

8492
/** Absolute path to the WordPress directory. */
8593
if ( ! defined( 'ABSPATH' ) ) {

0 commit comments

Comments
 (0)