Skip to content

Commit c6d1490

Browse files
committed
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
1 parent 32151af commit c6d1490

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

wp-config-sample.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,7 @@
8383

8484

8585

86-
/**
87-
* Custom Values must appear above this line.
88-
*
89-
* That's all, stop editing! Happy publishing.
90-
*/
86+
/** Custom Values must appear above this line. That's all, stop editing! Happy publishing. */
9187

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

0 commit comments

Comments
 (0)