' . wp_kses_post( get_the_title() ) . '' ); } else { printf( /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $cyywordpress_comment_count, 'comments title', 'cyywordpress' ) ), number_format_i18n( $cyywordpress_comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . wp_kses_post( get_the_title() ) . '' ); } ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'

有什么要说的吗?

', 'comment_field' => '
' . '

' . '' . '

', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . '

' . '

', 'email' => ' ' . '

' . ''.'

', 'url' => '
' ) ), 'comment_notes_after' => '', 'submit_button' => '
' ); comment_form($comment_args); ?>