mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 07:14:55 +08:00
Update to Font Awesome 5 Free (5.9.0)
This commit is contained in:
parent
bf0078aec9
commit
b5bd7ed39e
36 changed files with 8996 additions and 5087 deletions
|
@ -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'] ) ) { ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue