From 1a40ba65308e148e2948e08063f2efa37fc77c74 Mon Sep 17 00:00:00 2001 From: Jamee Mikell Date: Sun, 1 Sep 2013 13:19:41 -0400 Subject: [PATCH] Comment config.php excerpt length is in words Add comment to POST_EXCERPT_LENGTH to indicate it is in words, not characters. --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index 2ce189d..317b4bd 100644 --- a/lib/config.php +++ b/lib/config.php @@ -13,7 +13,7 @@ add_theme_support('jquery-cdn'); // Enable to load jQuery from the Go * Configuration values */ define('GOOGLE_ANALYTICS_ID', ''); // UA-XXXXX-Y -define('POST_EXCERPT_LENGTH', 40); +define('POST_EXCERPT_LENGTH', 40); // words /** * .main classes