mirror of
git://develop.git.wordpress.org/
synced 2025-04-13 08:32:10 +02:00
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:
parent
32151af6e4
commit
c6d14904b7
@ -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' ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user