diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-04-26 19:44:40 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-04-26 19:44:40 +0000 |
commit | 7a6f73f49d0cdbb544ca1a8af36ed3502487456c (patch) | |
tree | 9b9765f522c72ada5179f57a7f556ae7402d72bb /includes/common.inc | |
parent | bda52632a5aa033d44151c224a39236b223c6b0e (diff) | |
download | brdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.gz brdo-7a6f73f49d0cdbb544ca1a8af36ed3502487456c.tar.bz2 |
- Patch #330748 by stBorchert: remove from theme_pager*.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/includes/common.inc b/includes/common.inc index 64cccd921..85381326b 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3687,19 +3687,19 @@ function drupal_common_theme() { ), // from pager.inc 'pager' => array( - 'arguments' => array('tags' => array(), 'limit' => 10, 'element' => 0, 'parameters' => array()), + 'arguments' => array('tags' => array(), 'element' => 0, 'parameters' => array()), ), 'pager_first' => array( - 'arguments' => array('text' => NULL, 'limit' => NULL, 'element' => 0, 'parameters' => array()), + 'arguments' => array('text' => NULL, 'element' => 0, 'parameters' => array()), ), 'pager_previous' => array( - 'arguments' => array('text' => NULL, 'limit' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()), + 'arguments' => array('text' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()), ), 'pager_next' => array( - 'arguments' => array('text' => NULL, 'limit' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()), + 'arguments' => array('text' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()), ), 'pager_last' => array( - 'arguments' => array('text' => NULL, 'limit' => NULL, 'element' => 0, 'parameters' => array()), + 'arguments' => array('text' => NULL, 'element' => 0, 'parameters' => array()), ), 'pager_link' => array( 'arguments' => array('text' => NULL, 'page_new' => NULL, 'element' => NULL, 'parameters' => array(), 'attributes' => array()), |