Make WordPress Core

Ticket #55370: 55370.patch

File 55370.patch, 484 bytes (added by mukesh27, 3 years ago)

Working patch

  • wp-includes/kses.php

     
    25202520                'aria-label'       => true,
    25212521                'aria-labelledby'  => true,
    25222522                'aria-hidden'      => true,
     2523                'aria-expanded'    => true,
     2524                'aria-controls'    => true,
     2525                'aria-current'     => true,
    25232526                'class'            => true,
    25242527                'data-*'           => true,
    25252528                'dir'              => true,