diff --git a/includes/theme.inc b/includes/theme.inc index bea87c07ea77f30b747d11d4bf68db771bf211af..7fad5f388dcb18147b8b402e4625a8340ac60a47 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1523,7 +1523,8 @@ function theme_link($variables) { * - html: (optional) Whether or not 'title' is HTML. If set, the title * will not be passed through check_plain(). * - attributes: (optional) Attributes for the anchor, or for the tag - * used in its place if no 'href' is supplied. + * used in its place if no 'href' is supplied. If element 'class' is + * included, it must be an array of one or more class names. * If the 'href' element is supplied, the entire link array is passed to l() * as its $options parameter. * - attributes: A keyed array of attributes for the UL containing the