From 1b24c9873918a68ca3a0ac418dd5a326cc146db0 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 18 Sep 2015 23:58:26 +0000 Subject: [PATCH] TinyMCE: remove `word-break: break-word;` from the default editor CSS to prevent irregular spaces when typing in RTL languages. Props iehsanir, alireza1375, ankit-k-gupta. Fixes #33868. Built from https://develop.svn.wordpress.org/trunk@34317 git-svn-id: http://core.svn.wordpress.org/trunk@34281 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 863cbf9fa3..a974bc8c19 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -23,7 +23,6 @@ body { -webkit-font-smoothing: antialiased !important; overflow-wrap: break-word; word-wrap: break-word; /* Old syntax */ - word-break: break-word; /* iOS */ } body.rtl { diff --git a/wp-includes/version.php b/wp-includes/version.php index f2622ce930..01ca7d89dc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34316'; +$wp_version = '4.4-alpha-34317'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.