Make WordPress Core

Changeset 51617


Ignore:
Timestamp:
08/16/2021 12:49:32 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php

    r48782 r51617  
    206206                'vine.co'         => 'vine',
    207207                'vk.com'          => 'vk',
     208                'wa.me'           => 'whatsapp',
    208209                'whatsapp.com'    => 'whatsapp',
    209210                'wordpress.org'   => 'wordpress',
Note: See TracChangeset for help on using the changeset viewer.