KSES: have you ever heard of the <bdo> HTML tag? Same. http://www.w3schools.com/tags/tag_bdo.asp

Adds unit test.

Props iandunn.
Fixes #34063.

Built from https://develop.svn.wordpress.org/trunk@35141


git-svn-id: http://core.svn.wordpress.org/trunk@35106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-13 17:18:25 +00:00
parent 296671abcc
commit 55e16aa98a
2 changed files with 4 additions and 1 deletions

View File

@ -97,6 +97,9 @@ if ( ! CUSTOM_TAGS ) {
'src' => true, 'src' => true,
), ),
'b' => array(), 'b' => array(),
'bdo' => array(
'dir' => true,
),
'big' => array(), 'big' => array(),
'blockquote' => array( 'blockquote' => array(
'cite' => true, 'cite' => true,

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-35140'; $wp_version = '4.4-alpha-35141';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.