Make WordPress Core


Ignore:
Timestamp:
11/01/2016 05:25:58 PM (10 years ago)
Author:
davidakennedy
Message:

Twenty Seventeen: Replace remaining Genericons with Font Awesome icons

  • Replaces: icon-pinned with icon-thumb-tack
  • Replaces: icon-next with icon-arrow-right
  • Replaces: icon-previous with icon-arrow-left
  • Replaces: icon-expand with icon-angle-down
  • Removes: Path, Polldaddy

Props sami.keijonen, melchoyce, laurelfulford.

Fixes #38488.

File:
1 edited

Legend:

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

    r38846 r39072  
    140140                foreach ( $item->classes as $value ) {
    141141                        if ( 'menu-item-has-children' === $value || 'page_item_has_children' === $value ) {
    142                                 $title = $title . twentyseventeen_get_svg( array( 'icon' => 'expand' ) );
     142                                $title = $title . twentyseventeen_get_svg( array( 'icon' => 'angle-down' ) );
    143143                        }
    144144                }
     
    172172                'mailto:'         => 'envelope-o',
    173173                'medium.com'      => 'medium',
    174                 'path.com'        => 'path',
    175174                'pinterest.com'   => 'pinterest-p',
    176175                'getpocket.com'   => 'get-pocket',
    177                 'polldaddy.com'   => 'polldaddy',
    178176                'reddit.com'      => 'reddit-alien',
    179177                'skype.com'       => 'skype',
Note: See TracChangeset for help on using the changeset viewer.