diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-23 16:54:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-23 16:54:49 +0000 |
commit | a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4 (patch) | |
tree | 87033ec419e702a2999fdc128429be03260007ab /includes/theme.inc | |
parent | f91cfba34f045c6dd2ca7a2fc48b9df1496f4e74 (diff) | |
download | brdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.gz brdo-a7b2b9dfd1d17c75afb2f64812d5384efdffb7e4.tar.bz2 |
- Patch #332980 by scor and keith.smith: documentation improvements + typo fixed.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 00b8b50af..b3c942514 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1881,7 +1881,7 @@ function template_preprocess_page(&$variables) { $variables['scripts'] = drupal_get_js(); $variables['tabs'] = theme('menu_local_tasks'); $variables['title'] = drupal_get_title(); - // RDFa annotatates XHTML with RDF data, while GRDDL provides + // RDFa allows annotation of XHTML pages with RDF data, while GRDDL provides // mechanisms for extraction of this RDF content via XSLT transformation // using an associated GRDDL profile. $variables['rdf_namespaces'] = drupal_get_rdf_namespaces(); |