From fe01b8b926028ea2db6ffa5a4288e0264d4c173f Mon Sep 17 00:00:00 2001 From: "David A. Kennedy" Date: Sun, 13 Nov 2016 01:30:30 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyseventeen/functions.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index de742624a6..7b4b34e989 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -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(); diff --git a/wp-includes/version.php b/wp-includes/version.php index abf6436a43..dea213441a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.