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
This commit is contained in:
Aaron Jorbin 2021-05-14 19:33:05 +00:00
parent dc1d54ae3a
commit 62d35aae07

View File

@ -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' ) ) {