rdf_preprocess_field__node__uid(&$variables)
Implements hook_preprocess_HOOK() for UID field templates.
File
- core/modules/rdf/rdf.module, line 279
- Enables semantically enriched output for Drupal sites in the form of RDFa.
Code
function rdf_preprocess_field__node__uid(&$variables) { _rdf_set_field_rel_attribute($variables); }
Please login to continue.