Changeset 29773
- Timestamp:
- 09/27/2014 11:10:01 AM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r29628 r29773 600 600 } 601 601 } 602 603 $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) ); 602 604 603 605 if ( !empty($set['tinymce']['body_class']) ) { -
trunk/src/wp-includes/css/editor.css
r29616 r29773 808 808 } 809 809 810 .rtl .wp-editor-area { 811 font-family: Tahoma, Monaco, monospace; 812 } 813 814 .locale-he-il .wp-editor-area { 815 font-family: Arial, Monaco, monospace; 816 } 817 810 818 .wp-editor-container textarea.wp-editor-area { 811 819 width: 100%; -
trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
r29545 r29773 16 16 color: #333; 17 17 margin: 9px 10px; 18 } 19 20 body.rtl { 21 font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif; 22 } 23 24 body.locale-he-il { 25 font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif; 18 26 } 19 27
Note: See TracChangeset
for help on using the changeset viewer.