File "XMLCommonAttributes.php"
Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
File size: 340 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPForms\Vendor;
class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule
{
/**
* @type string
*/
public $name = 'XMLCommonAttributes';
/**
* @type array
*/
public $attr_collections = array('Lang' => array('xml:lang' => 'LanguageCode'));
}
// vim: et sw=4 sts=4