Update to Font Awesome 5 Free (5.9.0)

This commit is contained in:
Alexander Agnarson 2019-07-29 21:21:44 +02:00
parent faf2028167
commit d845411ecc
38 changed files with 8976 additions and 5067 deletions

View file

@ -7,8 +7,8 @@
<h3 class="heading"><?php comments_number( esc_html__( 'No Responses', 'blogrow' ), esc_html__( '1 Response', 'blogrow' ), esc_html__( '% Responses', 'blogrow' ) ); ?></h3>
<ul class="comment-tabs group">
<li class="active"><a href="#commentlist-container"><i class="fa fa-comments-o"></i><?php esc_html_e( 'Comments', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['comment']); ?></span></a></li>
<li><a href="#pinglist-container"><i class="fa fa-share"></i><?php esc_html_e( 'Pingbacks', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['pings']); ?></span></a></li>
<li class="active"><a href="#commentlist-container"><i class="fas fa-comments"></i><?php esc_html_e( 'Comments', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['comment']); ?></span></a></li>
<li><a href="#pinglist-container"><i class="fas fa-share"></i><?php esc_html_e( 'Pingbacks', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['pings']); ?></span></a></li>
</ul>
<?php if ( ! empty( $comments_by_type['comment'] ) ) { ?>