PressThis TinyMCE: set 'directionality' and add the LTR button when in RTL. Fixes #31474.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-02-27 20:21:24 +00:00
parent 03a50ce509
commit 848cd46e9a
2 changed files with 2 additions and 1 deletions

View File

@ -175,6 +175,7 @@ add_filter( 'option_blog_charset', '_canonical_charset' );
add_filter( 'option_home', '_config_wp_home' );
add_filter( 'option_siteurl', '_config_wp_siteurl' );
add_filter( 'tiny_mce_before_init', '_mce_set_direction' );
add_filter( 'teeny_mce_before_init', '_mce_set_direction' );
add_filter( 'pre_kses', 'wp_pre_kses_less_than' );
add_filter( 'sanitize_title', 'sanitize_title_with_dashes', 10, 3 );
add_action( 'check_comment_flood', 'check_comment_flood_db', 10, 3 );

View File

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