Refined rss feed description
This commit is contained in:
parent
cd2756a4d0
commit
1dc33f4416
@ -51,7 +51,7 @@ if ($userservice->isLoggedOn()) {
|
||||
array_push(
|
||||
$tplVars['rsschannels'],
|
||||
array(
|
||||
filter($sitename . sprintf(T_(': Recent bookmarks (private)')) . $currentUsername),
|
||||
filter(sprintf(T_('%s: Recent bookmarks (+private) %s'), $sitename, $currentUsername)),
|
||||
createURL('rss', filter($currentUsername, 'url') . '?sort='.getSortOrder().'&privatekey='.$currentUser->getPrivateKey())
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user