diff options
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index ee74ffa60..cba7cf947 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -354,12 +354,9 @@ class ThreadItem { $load_more = ''; $load_more_title = ''; if ($toplevel_comments_total > $total_children) { - if (is_site_admin()) { - // provide a load more comments button - $load_more = t('Load more'); - $load_more_title = sprintf(t('Load more of %d replies'), $toplevel_comments_total); - - } + // provide a load more comments button + $load_more = t('Load more'); + $load_more_title = sprintf(t('Load more of %d replies'), $toplevel_comments_total); } $tmp_item = array( |