From 28a535e58ba13cb7e78ab601362ff1c564c5d2f6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 10 May 2015 00:05:30 +0000 Subject: [PATCH] Lightly clean up and improve inline documentation in wp-config-sample.php. * Fixes some grammatical and wrapping issues in the file header, and breaks the contents list up into, well, a list. * Adds a note and Codex link to the DocBlock for the `WP_DEBUG` constant definition on where to find more information about constants used for debugging. Fixes #28551. git-svn-id: https://develop.svn.wordpress.org/trunk@32479 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-config-sample.php | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index 8e91cbe260..7cfaf3291f 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -1,15 +1,19 @@