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
This commit is contained in:
Aaron Jorbin 2021-05-15 21:58:18 +00:00
parent 32151af6e4
commit c6d14904b7

View File

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