diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-28 03:54:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-28 03:54:37 +0000 |
commit | 1c63e669b1b2c1f115ee46de901990cc1ee92a8c (patch) | |
tree | e5c0e1dbdafef7f2bffc62bafb31d6bedf966d53 /includes | |
parent | 59e5caac2fe490615e154c3f7cc65cb2c046c925 (diff) | |
download | brdo-1c63e669b1b2c1f115ee46de901990cc1ee92a8c.tar.gz brdo-1c63e669b1b2c1f115ee46de901990cc1ee92a8c.tar.bz2 |
- Patch #400524 by mr.baileys, james-oppenheim: fixed documentation.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 9aa4d2fef..2940d53b2 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1802,7 +1802,7 @@ function drupal_attributes($attributes = array()) { * http:). Useful for links that will be displayed outside the site, such * as in an RSS feed. * - 'html' (default FALSE) - * Whether the title is HTML, or just plain-text. For example for making + * Whether $text is HTML, or just plain-text. For example for making * an image a link, this must be set to TRUE, or else you will see the * escaped HTML. * - 'alias' (default FALSE) |