Twenty Seventeen: Remove extra asterisk from a translator comment so the comment could be parsed correctly.
Props swissspidy. See #39116. Built from https://develop.svn.wordpress.org/trunk@39894 git-svn-id: http://core.svn.wordpress.org/trunk@39831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
36cb41145e
commit
139a58b70a
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue