芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/wp-content-20250317205720/themes/atlas/comments.php
= 1 ): ?>
1 ) { $comments_number_output = str_replace( '%', number_format_i18n( get_comments_number() ), esc_html__( '% Comments', 'atlas' ) ); } else { $comments_number_output = esc_html__( '1 Comment', 'atlas' ); } ?>
'ul', 'short_ping' => true, 'avatar_size' => 42, 'callback' => 'th90_comment', ) ); ?>
esc_html__( 'Older comments', 'atlas' ), 'next_text' => esc_html__( 'Newer comments', 'atlas' ), ) ); ?>
sprintf( '
%1$s
', sprintf( '
', esc_attr( $commenter['comment_author'] ), esc_html__( 'Your Name', 'atlas' ), ( $req ? ' *' : '' ), $html_req ) ), 'email' => sprintf( '
%1$s
', sprintf( '
', 'type="text"', esc_attr( $commenter['comment_author_email'] ), esc_html__( 'Your Email', 'atlas' ), ( $req ? ' *' : '' ), $html_req ) ), ); $form_args = array( 'title_reply_before' => '
', 'title_reply_after' => '
', 'fields' => apply_filters( 'comment_form_default_fields', $form_fields ), 'comment_field' => sprintf( '
%s
', sprintf( '
</textarea>', esc_html__( 'Your Comment *', 'atlas' ), ) ), ); comment_form( $form_args ); ?>