summaryrefslogtreecommitdiffstats
path: root/wp-includes/kses.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/kses.php')
-rw-r--r--wp-includes/kses.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/wp-includes/kses.php b/wp-includes/kses.php
index 3c5688e..1c9a0d7 100644
--- a/wp-includes/kses.php
+++ b/wp-includes/kses.php
@@ -189,8 +189,10 @@ if (!CUSTOM_TAGS) {
'class' => array (),
'dir' => array (),
'align' => array (),
+ 'lang' => array (),
'style' => array (),
- 'title' => array ()),
+ 'title' => array (),
+ 'xml:lang' => array()),
'strike' => array(),
'strong' => array(),
'sub' => array(),