Merge pull request #868 from jmjf/comment--specify-excerpt-length-unit

Comment config.php excerpt length is in words
This commit is contained in:
Scott Walkinshaw
2013-09-07 14:47:24 -07:00

View File

@@ -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); // length in words for excerpt_length filter (ref: http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length)
/**
* .main classes