notification issue on wall-to-wall posts
This commit is contained in:
parent
3076f838f6
commit
86cb638637
1 changed files with 2 additions and 2 deletions
|
@ -124,9 +124,9 @@ function notification($params) {
|
||||||
|
|
||||||
$preamble = sprintf( t('%1$s posted to your profile wall at %2$s') , $params['source_name'], $sitename);
|
$preamble = sprintf( t('%1$s posted to your profile wall at %2$s') , $params['source_name'], $sitename);
|
||||||
|
|
||||||
$epreamble = sprintf( t('%1$s posted to [url=%2s]your wall[/url]') ,
|
$epreamble = sprintf( t('%1$s posted to [url=%2$s]your wall[/url]') ,
|
||||||
'[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]',
|
'[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]',
|
||||||
$itemlink);
|
$params['link']);
|
||||||
|
|
||||||
$sitelink = t('Please visit %s to view and/or reply to the conversation.');
|
$sitelink = t('Please visit %s to view and/or reply to the conversation.');
|
||||||
$tsitelink = sprintf( $sitelink, $siteurl );
|
$tsitelink = sprintf( $sitelink, $siteurl );
|
||||||
|
|
Loading…
Reference in a new issue