diff --git a/core/modules/rdf/rdf.module b/core/modules/rdf/rdf.module index d63bb3a..7b4ff8e 100644 --- a/core/modules/rdf/rdf.module +++ b/core/modules/rdf/rdf.module @@ -298,8 +298,6 @@ function rdf_mapping_delete($type, $bundle) { * * @return * RDFa attributes suitable for Drupal\Core\Template\Attribute. - * - * @see theme_rdf_template_variable_wrapper() */ function rdf_rdfa_attributes($mapping, $data = NULL) { // The type of mapping defaults to 'property'. @@ -429,9 +427,6 @@ function rdf_comment_load($comments) { */ function rdf_theme() { return array( - 'rdf_template_variable_wrapper' => array( - 'variables' => array('content' => NULL, 'attributes' => array(), 'context' => array(), 'inline' => TRUE), - ), 'rdf_metadata' => array( 'variables' => array('metadata' => array()), ),