Skip to content

Commit

Permalink
Boostrap/Load: Further update the language in wp-config-sample.php.
Browse files Browse the repository at this point in the history
This restores "That's all, stop editing!" line to its previous format, to avoid breaking external integrations looking for that format specifically.

Follow up to [50915], [50917], [50918].

Props swissspidy, schlessera.
Fixes #37199.
Built from https://develop.svn.wordpress.org/trunk@50946


git-svn-id: http://core.svn.wordpress.org/trunk@50555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
SergeyBiryukov committed May 21, 2021
1 parent a225c5c commit cbcd3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wp-config-sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
*/
define( 'WP_DEBUG', false );

/** Add any custom values after this line. */
/* Add any custom values between this line and the "stop editing" line. */



/** Custom values must be above this line. That's all, stop editing! Happy publishing. */
/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50945';
$wp_version = '5.8-alpha-50946';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit cbcd3ff

Please sign in to comment.