Boostrap/Load: Further update the language in wp-config-sample.php.

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.

git-svn-id: https://develop.svn.wordpress.org/trunk@50946 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-05-21 10:39:14 +00:00
parent 83c5f4d23b
commit 4840a9267e

View File

@@ -81,11 +81,11 @@ $table_prefix = 'wp_';
*/
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' ) ) {