Comment config.php excerpt length is in words

Add comment to POST_EXCERPT_LENGTH to indicate it is in words, not
characters.
This commit is contained in:
Jamee Mikell
2013-09-01 13:19:41 -04:00
parent eefcec83f8
commit 1a40ba6530

View File

@@ -13,7 +13,7 @@ add_theme_support('jquery-cdn'); // Enable to load jQuery from the Go
* Configuration values * Configuration values
*/ */
define('GOOGLE_ANALYTICS_ID', ''); // UA-XXXXX-Y define('GOOGLE_ANALYTICS_ID', ''); // UA-XXXXX-Y
define('POST_EXCERPT_LENGTH', 40); define('POST_EXCERPT_LENGTH', 40); // words
/** /**
* .main classes * .main classes