diff --git a/core/includes/common.inc b/core/includes/common.inc index 0ab483d..cbdc7bf 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -2252,11 +2252,6 @@ function drupal_http_header_attributes(array $attributes = array()) { * internal links output by modules should be generated by this function if * possible. * - * Example usage: - * @code - * l(t('Add new content'), 'node/add'); - * @endcode - * * @param string $text * The translated link text for the anchor tag. * @param string $path @@ -2266,8 +2261,8 @@ function drupal_http_header_attributes(array $attributes = array()) { * check_plain() before it is inserted into the HTML anchor tag, to ensure * well-formed HTML. See url() for more information and notes. * @param array $options - * An associative array of additional options, with the following elements. - * Defaults to an empty array. + * An associative array of additional options. Defaults to an empty array. It + * may contain the following elements. * - 'attributes': An associative array of HTML attributes to apply to the * anchor tag. If element 'class' is included, it must be an array; 'title' * must be a string; other elements are more flexible, as they just need