}
/**
- * Format a query pager.
+ * Returns HTML for a query pager.
*
* Menu callbacks that display paged query results should call theme('pager') to
* retrieve a pager control so that users can view other results.
*/
/**
- * Format a "first page" link.
+ * Returns HTML for a "first page" link.
*
* @param $text
* The name (or image) of the link.
}
/**
- * Format a "previous page" link.
+ * Returns HTML for a "previous page" link.
*
* @param $text
* The name (or image) of the link.
}
/**
- * Format a "next page" link.
+ * Returns HTML for a "next page" link.
*
* @param $text
* The name (or image) of the link.
}
/**
- * Format a "last page" link.
+ * Returns HTML for a "last page" link.
*
* @param $text
* The name (or image) of the link.
/**
- * Format a link to a specific query result page.
+ * Returns HTML for a link to a specific query result page.
*
+ * @param $text
+ * The link text. Also used to figure out the title attribute of the link,
+ * if it is not provided in $attributes['title']; in this case, $text must
+ * be one of the standard pager link text strings that would be generated by
+ * the pager theme functions, such as a number or t(' first').
* @param $page_new
* The first result to display on the linked page.
* @param $element
* @param $parameters
* An associative array of query string parameters to append to the pager link.
* @param $attributes
- * An associative array of HTML attributes to apply to a pager anchor tag.
+ * An associative array of HTML attributes to apply to the pager link.
* @return
* An HTML string that generates the link.
*