From 72b11e3322abfbfb7873c317b88555f812380409 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 7 Aug 2019 11:41:54 +0000 Subject: [PATCH] Twenty Nineteen: Remove duplicate `height` and `width` attributes from SVG icons. The attributes are added via `TwentyNineteen_SVG_Icons::get_svg()`, there's no need to have them separately in SVG sources. Props mukesh27, albertomake. Fixes #47128. Built from https://develop.svn.wordpress.org/trunk@45760 git-svn-id: http://core.svn.wordpress.org/trunk@45571 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentynineteen/classes/class-twentynineteen-svg-icons.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php index 2963aea8e4..cc10fcce48 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php @@ -155,13 +155,13 @@ class TwentyNineteen_SVG_Icons { ', 'keyboard_arrow_left' => /* material-design – keyboard_arrow_left */ ' - + ', 'arrow_drop_down_ellipsis' => /* custom – arrow_drop_down_ellipsis */ ' - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 024418ba08..bcc3caff21 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45759'; +$wp_version = '5.3-alpha-45760'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.