Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update kses.php
  • Loading branch information
Rajinsharwar committed Jul 27, 2023
commit f247f922ec9e4af9ef07a0954e4ec4fa220e8dac
4 changes: 4 additions & 0 deletions src/wp-includes/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@
'datetime' => true,
),
'em' => array(),
'esi' => array(
'src' => true,
'cache-control' => true,
),
'i' => array(),
'q' => array(
'cite' => true,
Expand Down