From d83289f857853b2efca194cd663267c24dbfd305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 6 Dec 2007 09:58:34 +0000 Subject: #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions --- includes/pager.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/pager.inc') diff --git a/includes/pager.inc b/includes/pager.inc index 11f4db002..68e453ac7 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -369,6 +369,8 @@ function theme_pager_last($text, $limit, $element = 0, $parameters = array()) { * An associative array of HTML attributes to apply to a pager anchor tag. * @return * An HTML string that generates the link. + * + * @ingroup themeable */ function theme_pager_link($text, $page_new, $element, $parameters = array(), $attributes = array()) { $page = isset($_GET['page']) ? $_GET['page'] : ''; -- cgit v1.2.3