Twenty Seventeen: Fix typos in font family translator comment
Props dimadin. Fixes #38740. Built from https://develop.svn.wordpress.org/trunk@39208 git-svn-id: http://core.svn.wordpress.org/trunk@39148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1b5ffcd3f0
commit
fe01b8b926
|
@ -200,10 +200,10 @@ function twentyseventeen_fonts_url() {
|
|||
|
||||
/**
|
||||
* Translators: If there are characters in your language that are not
|
||||
* supported by Libre Frankin, translate this to 'off'. Do not translate
|
||||
* supported by Libre Franklin, translate this to 'off'. Do not translate
|
||||
* into your own language.
|
||||
*/
|
||||
$libre_franklin = _x( 'on', 'libre_franklin font: on or off', 'twentyseventeen' );
|
||||
$libre_franklin = _x( 'on', 'Libre Franklin font: on or off', 'twentyseventeen' );
|
||||
|
||||
if ( 'off' !== $libre_franklin ) {
|
||||
$font_families = array();
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta3-39207';
|
||||
$wp_version = '4.7-beta3-39208';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue