Twenty Twenty-One: Remove duplicate width and height values from social icons.

These values are added dynamically by the `Twenty_Twenty_One_SVG_Icons::get_svg()` method and are not needed in the source array.

Follow-up to [49216].

Props max-dayala, laxman-prajapati, sabernhardt, Presskopp, mukesh27.
Fixes #54208.
Built from https://develop.svn.wordpress.org/trunk@51893


git-svn-id: http://core.svn.wordpress.org/trunk@51486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-10-06 15:39:05 +00:00
parent 84e3375cd7
commit b3d3473ba0
2 changed files with 39 additions and 39 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51892';
$wp_version = '5.9-alpha-51893';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.