From 575e4ef0dbc0bb2ee6fd37745f663045124e5d55 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 31 Aug 2016 17:16:31 +0000 Subject: [PATCH] TinyMCE: change the default font for the vi locale to the same stack as he_IL. Merge of [38427] to the 4.6 branch. Props azaozz, nmt90 for reporting and testing. Fixes #37755. Built from https://develop.svn.wordpress.org/branches/4.6@38472 git-svn-id: http://core.svn.wordpress.org/branches/4.6@38413 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/skins/wordpress/wp-content.css | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 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 fe497d8776..02adfe7e44 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -20,7 +20,8 @@ body.rtl { font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif; } -body.locale-he-il { +body.locale-he-il, +body.locale-vi { font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 8566a74da3..dcb9059ccd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6.1-alpha-38461'; +$wp_version = '4.6.1-alpha-38472'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.