Twitter-compatible API /statuses/replies.format -- changed subtitle to be more like Twitter's
darcs-hash:20080717223521-ca946-cd043e9430956dde56907181896a16133333d905.gz
This commit is contained in:
parent
c1d109dbb5
commit
3a942bd8b9
@ -482,7 +482,7 @@ class TwitapistatusesAction extends TwitterapiAction {
|
||||
$id = "tag:$siteserver:replies:".$user->id;
|
||||
$link = common_local_url('replies', array('nickname' => $user->nickname));
|
||||
$subtitle = "gar";
|
||||
$subtitle = sprintf(_("%s updates that reply to updates from %s / %."), $sitename, $user->nickname, $user->nickname);
|
||||
$subtitle = sprintf(_("%s updates that reply to updates from %s / %s."), $sitename, $user->nickname, $profile->getBestName());
|
||||
|
||||
if (!$page) {
|
||||
$page = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user