change reply info

darcs-hash:20080707064430-84dde-42fe551e1bf503d492dec8c0e30c153655351b5f.gz
This commit is contained in:
Evan Prodromou 2008-07-07 02:44:30 -04:00
parent 7b50acbc52
commit 06a619e7bf
1 changed files with 3 additions and 1 deletions

View File

@ -88,9 +88,11 @@ class StreamAction extends Action {
common_date_string($notice->created));
if ($replied_id) {
$replyurl = common_local_url('shownotice', array('notice' => $replied_id));
common_text('(');
common_element('a', array('class' => 'inreplyto',
'href' => $replyurl),
" in reply to ".$profile->nickname );
_t(' in reply to...'));
common_text(')');
}
common_element_end('p');
common_element_end('li');