mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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:
parent
cf4640b46e
commit
d5ac679247
@ -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',
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user