mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Boostrap/Load: Strengthen language in wp-config-sample.php
Make it clearer where custom pieces belong in wp-config.php Props kraftbj, jorbin. Fixes #37199. git-svn-id: https://develop.svn.wordpress.org/trunk@50915 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dc1d54ae3a
commit
62d35aae07
@ -79,7 +79,15 @@ $table_prefix = 'wp_';
|
||||
*/
|
||||
define( 'WP_DEBUG', false );
|
||||
|
||||
/* That's all, stop editing! Happy publishing. */
|
||||
/** Add any custom values after this line. */
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 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