diff options
Diffstat (limited to 'includes/pager.inc')
-rw-r--r-- | includes/pager.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/pager.inc b/includes/pager.inc index 553e279c3..146033f1b 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file @@ -431,7 +430,7 @@ function theme_pager($variables) { /** * @defgroup pagerpieces Pager pieces * @{ - * Use these pieces to construct your own custom pagers in your theme. + * Theme functions for customizing pager elements. * * Note that you should NOT modify this file to customize your pager. */ |