mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user