diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index 47bacd3c8a..faf317f476 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -261,7 +261,7 @@ add_action( 'template_redirect', 'twentyseventeen_content_width', 0 ); function twentyseventeen_fonts_url() { $fonts_url = ''; - /** + /* * Translators: If there are characters in your language that are not * supported by Libre Franklin, translate this to 'off'. Do not translate * into your own language. diff --git a/wp-includes/version.php b/wp-includes/version.php index fcab73b714..e62b8ff8c4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39893'; +$wp_version = '4.8-alpha-39894'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.