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 6193d3cd68..025ad9f844 100644
--- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
+++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
@@ -246,6 +246,9 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) {
'vk' => '',
+ 'whatsapp' => '',
+
// phpcs:disable WordPress.WP.CapitalPDangit.Misspelled
'wordpress' => '',
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8958bcfe82..ae4fbfca2c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.4-alpha-47242';
+$wp_version = '5.4-alpha-47243';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.