diff --git a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php index 34a408f7c7..3a82cf76ab 100644 --- a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php +++ b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php @@ -45,44 +45,44 @@ class Twenty_Twenty_One_SVG_Icons { * @var array */ protected static $social_icons = array( - '500px' => '', - 'amazon' => '', - 'bandcamp' => '', - 'behance' => '', - 'codepen' => '', - 'deviantart' => '', - 'dribbble' => '', - 'dropbox' => '', - 'etsy' => '', - 'facebook' => '', - 'feed' => '', - 'flickr' => '', - 'foursquare' => '', - 'goodreads' => '', - 'google' => '', - 'github' => '', - 'instagram' => '', - 'lastfm' => '', - 'linkedin' => '', - 'mail' => '', - 'mastodon' => '', - 'medium' => '', - 'meetup' => '', - 'pinterest' => '', - 'pocket' => '', - 'reddit' => '', - 'skype' => '', - 'snapchat' => '', - 'soundcloud' => '', - 'spotify' => '', - 'tumblr' => '', - 'twitch' => '', - 'twitter' => '', - 'vimeo' => '', - 'vk' => '', - 'wordpress' => '', - 'yelp' => '', - 'youtube' => '', + '500px' => '', + 'amazon' => '', + 'bandcamp' => '', + 'behance' => '', + 'codepen' => '', + 'deviantart' => '', + 'dribbble' => '', + 'dropbox' => '', + 'etsy' => '', + 'facebook' => '', + 'feed' => '', + 'flickr' => '', + 'foursquare' => '', + 'goodreads' => '', + 'google' => '', + 'github' => '', + 'instagram' => '', + 'lastfm' => '', + 'linkedin' => '', + 'mail' => '', + 'mastodon' => '', + 'medium' => '', + 'meetup' => '', + 'pinterest' => '', + 'pocket' => '', + 'reddit' => '', + 'skype' => '', + 'snapchat' => '', + 'soundcloud' => '', + 'spotify' => '', + 'tumblr' => '', + 'twitch' => '', + 'twitter' => '', + 'vimeo' => '', + 'vk' => '', + 'wordpress' => '', + 'yelp' => '', + 'youtube' => '', ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index ba470bd9fa..35fabe3a2b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.