mirror of
https://ghproxy.net/https://github.com/AlxMedia/featureon.git
synced 2025-08-26 11:38:56 +08:00
Change name to Featureon
This commit is contained in:
parent
600ce12d26
commit
49be53b495
30 changed files with 594 additions and 594 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
<?php if ( have_comments() ) : global $wp_query; ?>
|
||||
|
||||
<h3 class="heading"><?php comments_number( esc_html__( 'No Responses', 'magazinertwo' ), esc_html__( '1 Response', 'magazinertwo' ), esc_html__( '% Responses', 'magazinertwo' ) ); ?></h3>
|
||||
<h3 class="heading"><?php comments_number( esc_html__( 'No Responses', 'featureon' ), esc_html__( '1 Response', 'featureon' ), esc_html__( '% Responses', 'featureon' ) ); ?></h3>
|
||||
|
||||
<ul class="comment-tabs group">
|
||||
<li class="active"><a href="#commentlist-container"><i class="fas fa-comments"></i><?php esc_html_e( 'Comments', 'magazinertwo' ); ?><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', 'magazinertwo' ); ?><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', 'featureon' ); ?><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', 'featureon' ); ?><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