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:
parent
63ea8284a3
commit
5a0c9a9801
|
@ -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' ) ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue