Make WordPress Core

Ticket #43342: wordpress-r42716-twentyseventeen-add-messenger-icon.patch

File wordpress-r42716-twentyseventeen-add-messenger-icon.patch, 1.5 KB (added by binki, 6 years ago)
  • src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg

     
    151151<symbol id="icon-pause" viewBox="0 0 24 28">
    152152<path d="M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z"></path>
    153153</symbol>
     154<symbol id="icon-messenger" viewBox="0 0 100 100">
     155<path d="M 50,10 C 27.90861,10 10,25.670034 10,45 10.01528,57.490914 17.63719,69.027985 30,75.273438 V 90 L 40.945312,79.054688 C 43.91249,79.670778 46.950456,79.987943 50,80 72.09139,80 90,64.329966 90,45 90,25.670034 72.09139,10 50,10 Z M 40,20 60,50 80,30 60,70 40,40 20,60 Z"/>
     156</symbol>
    154157</defs>
    155158</svg>
  • src/wp-content/themes/twentyseventeen/inc/icon-functions.php

     
    186186                'linkedin.com'    => 'linkedin',
    187187                'mailto:'         => 'envelope-o',
    188188                'medium.com'      => 'medium',
     189                'm.me'            => 'messenger',
    189190                'pinterest.com'   => 'pinterest-p',
    190191                'pscp.tv'         => 'periscope',
    191192                'getpocket.com'   => 'get-pocket',