From 7361ef66a57a84346a2906a0d8250177e953e915 Mon Sep 17 00:00:00 2001 From: Dries Date: Tue, 24 Jan 2012 21:12:09 -0500 Subject: - Patch #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() doc needs expansion. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 97a60938f..9a921decc 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1518,7 +1518,7 @@ function theme_link($variables) { * @param $variables * An associative array containing: * - links: An associative array of links to be themed. The key for each link - * is used as its css class. Each link should be itself an array, with the + * is used as its CSS class. Each link should be itself an array, with the * following elements: * - title: The link text. * - href: The link URL. If omitted, the 'title' is shown as a plain text -- cgit v1.2.3