Skip to content

Commit

Permalink
Issue #1314396 by rocket_nova: Fixed Documentation for theme_links() …
Browse files Browse the repository at this point in the history
…should say that Attributes class must be an array .
  • Loading branch information
webchick committed Oct 25, 2011
1 parent b53e958 commit 29f07d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion includes/theme.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,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 <span> 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
Expand Down

0 comments on commit 29f07d6

Please sign in to comment.