From 598b2889a9e7bddd35ac84be878bf79ef9e8ec2e Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Mon, 10 Feb 2020 19:12:05 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty add WhatsApp to the social icon menu. This adds WhatsApp as an option in the social icon menu. Props rryyaanndd, audrasjb. Fixes #49098. Built from https://develop.svn.wordpress.org/trunk@47243 git-svn-id: http://core.svn.wordpress.org/trunk@47043 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentytwenty/classes/class-twentytwenty-svg-icons.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.