Make WordPress Core

Ticket #29826: 29826.patch

File 29826.patch, 404 bytes (added by jwenerd, 10 years ago)

Patch that adds track and permissible attributes to allowed tags

  • kses.php

     
    372372                        'charoff' => true,
    373373                        'valign' => true,
    374374                ),
     375                'track' => array(
     376                        'default' => true,
     377                        'kind' => true,
     378                        'label' => true,
     379                        'src' => true,
     380                        'srclang' => true,
     381                ),
    375382                'tt' => array(),
    376383                'u' => array(),
    377384                'ul' => array(