diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 0c955e8dada..40c4f35c4a9 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1543,7 +1543,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