diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php index b178bcb454..406a60511a 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php @@ -19,7 +19,7 @@ if ( ! class_exists( 'TwentyTwenty_Non_Latin_Languages' ) ) { * Get custom CSS. * * Return CSS for non-latin language, if available, or null - * + * * @param string $type Whether to return CSS for the "front-end", "block-editor" or "classic-editor". * * @return void diff --git a/wp-includes/version.php b/wp-includes/version.php index c26baa46bf..9f98af1f26 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46701'; +$wp_version = '5.4-alpha-46702'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.