Ticket #24098: 24098.diff
File 24098.diff, 310 bytes (added by , 11 years ago) |
---|
-
wp-includes/kses.php
diff --git wp-includes/kses.php wp-includes/kses.php index 4c42134..ce4a3f6 100644
function _wp_add_global_attributes( $value ) { 1461 1461 'id' => true, 1462 1462 'style' => true, 1463 1463 'title' => true, 1464 'role' => true, 1464 1465 ); 1465 1466 1466 1467 if ( true === $value )