Twenty Twenty: Add support for wa.me links in Social menu.

This ensures that `wa.me` links, currently preferred by WhatsApp, have the same icon as `whatsapp.com` links.

Follow-up to [47243], [51617].

Props sabernhardt, macmanx.
Fixes #50542.

git-svn-id: https://develop.svn.wordpress.org/trunk@51618 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-08-16 12:53:53 +00:00
parent a2e76e2574
commit 8905ffc319

View File

@ -223,6 +223,10 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) {
'twitch' => array(
'twitch.tv',
),
'whatsapp' => array(
'wa.me',
'whatsapp.com',
),
'wordpress' => array(
'wordpress.com',
'wordpress.org',