From fef26f8d1f32bc5da995ccbfa78b3bc3d42b8297 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 29 Dec 2019 22:32:00 +0000 Subject: [PATCH] Coding Standards: Fix WPCS issue in [47019]. See #49091. Built from https://develop.svn.wordpress.org/trunk@47020 git-svn-id: http://core.svn.wordpress.org/trunk@46820 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../classes/class-twentytwenty-svg-icons.php | 28 +++++++++---------- wp-includes/version.php | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) 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 e5a8241713..4dcf4d59f4 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php @@ -74,46 +74,46 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { * @var array */ public static $ui_icons = array( - 'arrow-down' => ' + 'arrow-down' => ' ', - 'arrow-down-circled' => ' + 'arrow-down-circled' => ' ', - 'bookmark' => ' + 'bookmark' => ' ', - 'calendar' => ' + 'calendar' => ' ', - 'chevron-down' => ' + 'chevron-down' => ' ', - 'comment' => ' + 'comment' => ' ', - 'cross' => ' + 'cross' => ' ', - 'ellipsis' => ' + 'ellipsis' => ' ', - 'edit' => ' + 'edit' => ' ', - 'folder' => ' + 'folder' => ' ', - 'link' => ' + 'link' => ' ', - 'search' => ' + 'search' => ' ', - 'tag' => ' + 'tag' => ' ', - 'user' => ' + 'user' => ' ', ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 6bc52e6dfd..eed86febfa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47019'; +$wp_version = '5.4-alpha-47020'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.