diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-11-12 07:00:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-11-12 07:00:48 +0000 |
commit | 2387e71f6d163f88ab3194cec0159afa858f03aa (patch) | |
tree | 928aabdb95b47020b4d194692411a74a3377c93e /modules/user | |
parent | 036dc1d14033b2e76e0a114e342de6cb9d205fa8 (diff) | |
download | brdo-2387e71f6d163f88ab3194cec0159afa858f03aa.tar.gz brdo-2387e71f6d163f88ab3194cec0159afa858f03aa.tar.bz2 |
- Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username.
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.module | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 2f1d2cd4e..9f20b955b 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -3275,6 +3275,10 @@ function user_rdf_mapping() { 'name' => array( 'predicates' => array('foaf:name'), ), + 'homepage' => array( + 'predicates' => array('foaf:page'), + 'type' => 'rel', + ), ), ), ); |