forked from GNUsocial/gnu-social
Merge branch 'master' into 0.7.x
This commit is contained in:
commit
9b31571449
@ -86,4 +86,9 @@ class FeaturedUsersSection extends ProfileSection
|
|||||||
{
|
{
|
||||||
return 'featured_users';
|
return 'featured_users';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function moreUrl()
|
||||||
|
{
|
||||||
|
return common_local_url('featured');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -80,4 +80,9 @@ class PopularNoticeSection extends NoticeSection
|
|||||||
{
|
{
|
||||||
return 'popular_notices';
|
return 'popular_notices';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function moreUrl()
|
||||||
|
{
|
||||||
|
return common_local_url('favorited');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -103,6 +103,6 @@ class Section extends Widget
|
|||||||
|
|
||||||
function moreTitle()
|
function moreTitle()
|
||||||
{
|
{
|
||||||
return null;
|
return _('More...');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user