summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--wp-config-sample.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/wp-config-sample.php b/wp-config-sample.php
index bb04ed6986..aa10cf6ced 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -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' ) ) {