mirror of
https://github.com/friendica/friendica
synced 2024-11-13 01:42:59 +00:00
Merge branch 'master' of https://github.com/friendica/friendica
This commit is contained in:
commit
9436a9d84b
1 changed files with 1 additions and 3 deletions
|
@ -80,12 +80,10 @@ function community_content(&$a, $update = 0) {
|
||||||
|
|
||||||
// we behave the same in message lists as the search module
|
// we behave the same in message lists as the search module
|
||||||
|
|
||||||
$o .= conversation($a,$r,'community',false);
|
$o .= conversation($a,$r,'community',$update);
|
||||||
|
|
||||||
$o .= paginate($a);
|
$o .= paginate($a);
|
||||||
|
|
||||||
// $o .= '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
|
|
||||||
|
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue