aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php
index c7af65c90..432dad08a 100644
--- a/comments.php
+++ b/comments.php
@@ -85,7 +85,7 @@ if (isset($_GET['sort_order']))
// number of items to display
//
-$page['items_number'] = 5;
+$page['items_number'] = 10;
if (isset($_GET['items_number']))
{
$page['items_number'] = $_GET['items_number'];