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.



Built from https://develop.svn.wordpress.org/trunk@50917


git-svn-id: http://core.svn.wordpress.org/trunk@50526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2021-05-15 22:00:01 +00:00
parent 63ea8284a3
commit 5a0c9a9801
2 changed files with 2 additions and 6 deletions

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

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50916';
$wp_version = '5.8-alpha-50917';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.