diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-06 06:40:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-06 06:40:35 +0000 |
commit | 509e397bf5f0c293c47b12e7bcc7542492c02eba (patch) | |
tree | 1564017501b3f17d4639250267935130775e0070 /includes | |
parent | aec10a8c7df942ce53b656ae6494c1e08ee6ea17 (diff) | |
download | brdo-509e397bf5f0c293c47b12e7bcc7542492c02eba.tar.gz brdo-509e397bf5f0c293c47b12e7bcc7542492c02eba.tar.bz2 |
- Patch #623684 by linclark, christefano, scor: improved documentation of RDF module.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc index 3d03d5cce..023bb516f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -250,8 +250,8 @@ function drupal_get_breadcrumb() { } /** - * Return a string containing RDF namespaces for the <html> tag of an XHTML - * page. + * Return a string containing RDF namespace declarations for use in XML and + * XHTML output. */ function drupal_get_rdf_namespaces() { // Serialize the RDF namespaces used in RDFa annotation. |