File "NonXMLCommonAttributes.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
File size: 342 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WPForms\Vendor;

class HTMLPurifier_HTMLModule_NonXMLCommonAttributes extends HTMLPurifier_HTMLModule
{
    /**
     * @type string
     */
    public $name = 'NonXMLCommonAttributes';
    /**
     * @type array
     */
    public $attr_collections = array('Lang' => array('lang' => 'LanguageCode'));
}
// vim: et sw=4 sts=4