diff options
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 854a9bf59..01f732a62 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1638,7 +1638,7 @@ function _comment_get_orders() { * can choose. */ function _comment_per_page() { - return drupal_map_assoc(array(10, 30, 50, 70, 90)); + return drupal_map_assoc(array(10, 30, 50, 70, 90, 150, 200, 250, 300)); } /** diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 854a9bf59..01f732a62 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1638,7 +1638,7 @@ function _comment_get_orders() { * can choose. */ function _comment_per_page() { - return drupal_map_assoc(array(10, 30, 50, 70, 90)); + return drupal_map_assoc(array(10, 30, 50, 70, 90, 150, 200, 250, 300)); } /** |