Make WordPress Core


Ignore:
Timestamp:
11/01/2016 05:25:58 PM (8 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/comments.php

    r38833 r39072  
    6464
    6565        <?php the_comments_pagination( array(
    66             'prev_text' => twentyseventeen_get_svg( array( 'icon' => 'previous' ) ) . '<span class="screen-reader-text">' . __( 'Previous', 'twentyseventeen' ) . '</span>',
    67             'next_text' => '<span class="screen-reader-text">' . __( 'Next', 'twentyseventeen' ) . '</span>' . twentyseventeen_get_svg( array( 'icon' => 'next' ) ),
     66            'prev_text' => twentyseventeen_get_svg( array( 'icon' => 'arrow-left' ) ) . '<span class="screen-reader-text">' . __( 'Previous', 'twentyseventeen' ) . '</span>',
     67            'next_text' => '<span class="screen-reader-text">' . __( 'Next', 'twentyseventeen' ) . '</span>' . twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ),
    6868        ) );
    6969
Note: See TracChangeset for help on using the changeset viewer.