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

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

Follow-up to [48027].

Props sabernhardt, carepsules, dkarfa.
Fixes #51946.
Built from https://develop.svn.wordpress.org/trunk@51617


git-svn-id: http://core.svn.wordpress.org/trunk@51223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-08-16 12:51:01 +00:00
parent cf4640b46e
commit d5ac679247
2 changed files with 2 additions and 1 deletions

View File

@ -205,6 +205,7 @@ function twentyseventeen_social_links_icons() {
'vimeo.com' => 'vimeo',
'vine.co' => 'vine',
'vk.com' => 'vk',
'wa.me' => 'whatsapp',
'whatsapp.com' => 'whatsapp',
'wordpress.org' => 'wordpress',
'wordpress.com' => 'wordpress',

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51611';
$wp_version = '5.9-alpha-51617';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.