This commit is contained in:
proelements
2026-05-04 11:47:14 +03:00
parent b499583e5a
commit 872bc6fb57
375 changed files with 39949 additions and 9185 deletions
@@ -20,9 +20,7 @@ class Pro_Attributes_Transformer extends Transformer_Base {
return '';
}
$escaped_value = esc_attr( $item['value'] );
return $item['key'] . '="' . $escaped_value . '"';
return $item['key'] . '="' . $item['value'] . '"';
}, $value ) );
return $result;