Make WordPress Core


Ignore:
Timestamp:
09/27/2014 11:10:01 AM (10 years ago)
Author:
SergeyBiryukov
Message:

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

fixes #29553.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r29628 r29773  
    600600                }
    601601            }
     602
     603            $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) );
    602604
    603605            if ( !empty($set['tinymce']['body_class']) ) {
Note: See TracChangeset for help on using the changeset viewer.