diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php index 6b71e5a7d3..e5a8241713 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php @@ -77,7 +77,7 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { 'arrow-down' => ' ', - 'arrow-down-circled ' => ' + 'arrow-down-circled' => ' ', 'bookmark' => ' diff --git a/wp-includes/version.php b/wp-includes/version.php index d5cfce6212..6bc52e6dfd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47018'; +$wp_version = '5.4-alpha-47019'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.