From 9fa094ea505e31b1eb59fbaddf3ccbf6492828ca Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Nov 2019 12:59:00 +0000 Subject: [PATCH] Twenty Twenty: Fix WPCS issue in [46701]. See #48557. Built from https://develop.svn.wordpress.org/trunk@46702 git-svn-id: http://core.svn.wordpress.org/trunk@46502 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../classes/class-twentytwenty-non-latin-languages.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.