mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
a2e76e2574
commit
8905ffc319
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user