Skip to content
Snippets Groups Projects
Commit b014ce1c authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2080703 by chertzog | mrsinguyen: Remove Unused local variable from...

Issue #2080703 by chertzog | mrsinguyen: Remove Unused local variable  from /core/modules/rdf/rdf.module.
parent d11edbcd
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -254,7 +254,6 @@ function rdf_theme() {
function rdf_preprocess_html(&$variables) {
// Adds RDF namespace prefix bindings in the form of an RDFa 1.1 prefix
// attribute inside the html element.
$prefixes = array();
if (!isset($variables['html_attributes']['prefix'])) {
$variables['html_attributes']['prefix'] = array();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment