Update to Font Awesome 5 Free (5.9.0)

This commit is contained in:
Alexander Agnarson 2019-07-29 14:38:29 +02:00
parent bf0078aec9
commit b5bd7ed39e
36 changed files with 8996 additions and 5087 deletions

View file

@ -7,8 +7,8 @@
<h3 class="heading"><?php comments_number( esc_html__( 'No Responses', 'curver' ), esc_html__( '1 Response', 'curver' ), esc_html__( '% Responses', 'curver' ) ); ?></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', 'curver' ); ?><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', 'curver' ); ?><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', 'curver' ); ?><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', 'curver' ); ?><span><?php echo count($wp_query->comments_by_type['pings']); ?></span></a></li>
</ul>
<?php if ( ! empty( $comments_by_type['comment'] ) ) { ?>