Use Tahoma for RTL in general and Arial for Hebrew in editor styles.

fixes #29553.

git-svn-id: https://develop.svn.wordpress.org/trunk@29773 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2014-09-27 11:10:01 +00:00
parent f5a904c46a
commit 5f0598234b
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -600,6 +600,8 @@ final class _WP_Editors {
}
}
$body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) );
if ( !empty($set['tinymce']['body_class']) ) {
$body_class .= ' ' . $set['tinymce']['body_class'];
unset($set['tinymce']['body_class']);