Make WordPress Core

Ticket #42158: 42158.diff

File 42158.diff, 1.5 KB (added by jasonlcrane, 7 years ago)
  • src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg

    diff --git a/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg b/src/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg
    index d5f9ade..1ee2c75 100644
    a b  
    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-feed" viewBox="0 0 256 256">
     155<circle cx="68" cy="189" r="24" fill="#FFF"/>
     156<path class="path1" d="M160 213h-34a82 82 0 0 0 -82 -82v-34a116 116 0 0 1 116 116z M184 213A140 140 0 0 0 44 73 V 38a175 175 0 0 1 175 175z"></path>
     157</symbol>
    154158</defs>
    155159</svg>
  • src/wp-content/themes/twentyseventeen/inc/icon-functions.php

    diff --git a/src/wp-content/themes/twentyseventeen/inc/icon-functions.php b/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
    index 87572bc..82b8b4c 100644
    a b function twentyseventeen_social_links_icons() { 
    178178                'dribbble.com'    => 'dribbble',
    179179                'dropbox.com'     => 'dropbox',
    180180                'facebook.com'    => 'facebook',
     181                '/feed'           => 'feed',
    181182                'flickr.com'      => 'flickr',
    182183                'foursquare.com'  => 'foursquare',
    183184                'plus.google.com' => 'google-plus',