Skip to content

Commit

Permalink
Reply spike insight: clarify copy and up emphasis [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jun 22, 2012
1 parent 1abd362 commit 6e6fd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/plugins/twitter/model/class.TwitterCrawler.php
Expand Up @@ -1953,9 +1953,9 @@ private function generateInsightFeedItems($number_days=3) {
}
$insight_dao->insertInsight('replies_frequent_words_'.$post->id, $this->instance->id,
$simplified_post_date,
'Your post got more than 20 replies! See <a href="'.$config->getValue('site_root_path').
'Your post got '.$post->reply_count_cache.' replies! See <a href="'.$config->getValue('site_root_path').
'post/?t='.$post->post_id.'&n='.$post->network.'">the most frequently-mentioned reply words</a>.',
Insight::EMPHASIS_LOW, serialize($post));
Insight::EMPHASIS_HIGH, serialize($post));
}
}

Expand Down

0 comments on commit 6e6fd13

Please sign in to comment.