Make WordPress Core


Ignore:
Timestamp:
06/11/2020 03:29:02 PM (5 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Seventeen add Telegram and Whatsapp support to Social Media Menu.

Adds Telegram and Whatsapp support and SVG's to Social Media Menu.

Props cpasqualini, audrasjb, laurelfulford, karmatosed, ibdz.
Fixes #43999.

File:
1 edited

Legend:

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

    r47198 r48027  
    198198        'spotify.com'     => 'spotify',
    199199        'stumbleupon.com' => 'stumbleupon',
     200        't.me'            => 'telegram',
     201        'telegram.me'     => 'telegram',
    200202        'tumblr.com'      => 'tumblr',
    201203        'twitch.tv'       => 'twitch',
     
    204206        'vine.co'         => 'vine',
    205207        'vk.com'          => 'vk',
     208        'whatsapp.com'    => 'whatsapp',
    206209        'wordpress.org'   => 'wordpress',
    207210        'wordpress.com'   => 'wordpress',
Note: See TracChangeset for help on using the changeset viewer.