enlarge headline excerpt length

This commit is contained in:
Andrew Dolgov 2013-04-27 18:01:36 +04:00
parent c470599bc0
commit 5e1f7be5f1
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class Feeds extends Handler_Protected {
if (get_pref('SHOW_CONTENT_PREVIEW')) { if (get_pref('SHOW_CONTENT_PREVIEW')) {
$content_preview = truncate_string(strip_tags($line["content_preview"]), $content_preview = truncate_string(strip_tags($line["content_preview"]),
100); 250);
} }
$score = $line["score"]; $score = $line["score"];