Twenty Nineteen: Create separate :lang() selectors for Devanagari.

In the non-latin font fallback styles, languages using the Devanagari alphabet were initially committed in a comma-separated list in the `:lang()` selector, which isn't fully supported. This update separates those languages into their own `:lang()` selectors. 

Props mako09.
Fixes #45731.


Built from https://develop.svn.wordpress.org/trunk@44657


git-svn-id: http://core.svn.wordpress.org/trunk@44488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
laurelfulford
2019-01-20 20:23:51 +00:00
parent 9f2d529a77
commit 3993b8cda2
4 changed files with 299 additions and 71 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta1-44656';
$wp_version = '5.1-beta1-44657';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.