From 7b3483c8661da565e50144688ffc66fd2bef7dc6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 29 Dec 2019 22:30:26 +0000 Subject: [PATCH] Coding Standards: Fix WPCS issue in [47019]. See #49091. git-svn-id: https://develop.svn.wordpress.org/trunk@47020 602fd350-edb4-49c9-b593-d223f7449a82 --- .../classes/class-twentytwenty-svg-icons.php | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php index e5a8241713..4dcf4d59f4 100644 --- a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/src/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' => ' ', );