Issue #2080703 by chertzog | mrsinguyen: Remove Unused local variable from /core/modules/rdf/rdf.module.

8.0.x
webchick 2013-10-06 22:41:03 -07:00
parent d11edbcd36
commit b014ce1ca8
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}